#BB74DF

Color #BB74DF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BB74DF

Tints of Medium Orchid #BB74DF

Color information

#BB74DF (or 0xBB74DF) is unknown color: approx Medium Orchid. HEX triplet: BB, 74 and DF. RGB value is (187,116,223). Sum of RGB (Red+Green+Blue) = 187+116+223=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB74DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74DF is #448B20. Grayscale: #959595. Windows color (decimal): -4492065 or 14644411. OLE color: 14644411.

HSL color Cylindrical-coordinate representation of color #BB74DF: hue angle of 279.81º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB74DF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187116223-
CMYK0.160.4800.13
HSL279.81º62.57%66.47%-
HSV(B)279.81º47.98%87.45%-
XYZ40.0628.3873.18-
YUV149.43169.52154.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 116 (45.70% from 255) = 22.05%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=35.55%
G=22.05%
B=42.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871162230.160.4800.13279.8162.5766.47
HexBB74DF10300D1183f42
Octal273164337206001543077102
Binary1011101111101001101111110000110000011011000110001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB74DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB74DF; }

 p { color: rgb(187,116,223); }

 H1.HeaderClassName
 {
   color: #BB74DF;
 }
 .AnyTagClassName
 {
   color: #BB74DF;
 }
</style>
background-color css

<style>
 a { background-color: #BB74DF; }

 a { background-color: rgb(187,116,223); }

 div.DivClassName
 {
   background-color: #BB74DF;
 }
 .BgClassName
 {
   background-color: #BB74DF;
 }
</style>
border-color css

<style>
 span { border-color: #BB74DF; }

 span { border-color: rgb(187,116,223); }

 td.TdClassName
 {
   border-color: #BB74DF;
 }
 .TagClassName
 {
   border-color: #BB74DF;
 }
</style>