#BB74D7

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

Shades of Medium Orchid #BB74D7

Tints of Medium Orchid #BB74D7

Color information

#BB74D7 (or 0xBB74D7) is unknown color: approx Medium Orchid. HEX triplet: BB, 74 and D7. RGB value is (187,116,215). Sum of RGB (Red+Green+Blue) = 187+116+215=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB74D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74D7 is #448B28. Grayscale: #949494. Windows color (decimal): -4492073 or 14120123. OLE color: 14120123.

HSL color Cylindrical-coordinate representation of color #BB74D7: hue angle of 283.03º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB74D7 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187116215-
CMYK0.130.4600.16
HSL283.03º55.31%64.9%-
HSV(B)283.03º46.05%84.31%-
XYZ3927.9667.63-
YUV148.51165.52155.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 116 (45.70% from 255) = 22.39%
BLUE value IS 215 (84.38% from 255) = 41.51%
R=36.10%
G=22.39%
B=41.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871162150.130.4600.16283.0355.3164.9
HexBB74D7D2E01011b3741
Octal273164327155602043367101
Binary1011101111101001101011111011011100100001000110111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB74D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB74D7; }

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

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

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

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

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

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

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

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