#BB74E0

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

Shades of Medium Orchid #BB74E0

Tints of Medium Orchid #BB74E0

Color information

#BB74E0 (or 0xBB74E0) is unknown color: approx Medium Orchid. HEX triplet: BB, 74 and E0. RGB value is (187,116,224). Sum of RGB (Red+Green+Blue) = 187+116+224=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB74E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74E0 is #448B1F. Grayscale: #959595. Windows color (decimal): -4492064 or 14709947. OLE color: 14709947.

HSL color Cylindrical-coordinate representation of color #BB74E0: hue angle of 279.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB74E0 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187116224-
CMYK0.170.4800.12
HSL279.44º63.53%66.67%-
HSV(B)279.44º48.21%87.84%-
XYZ40.1928.4473.89-
YUV149.54170.02154.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 116 (45.70% from 255) = 22.01%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=35.48%
G=22.01%
B=42.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871162240.170.4800.12279.4463.5366.67
HexBB74E011300C1174043
Octal2731643402160014427100103
Binary10111011111010011100000100011100000110010001011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB74E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB74E0; }

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

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

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

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

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

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

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

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