#BB75C8

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

Shades of Medium Orchid #BB75C8

Tints of Medium Orchid #BB75C8

Color information

#BB75C8 (or 0xBB75C8) is unknown color: approx Medium Orchid. HEX triplet: BB, 75 and C8. RGB value is (187,117,200). Sum of RGB (Red+Green+Blue) = 187+117+200=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB75C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75C8 is #448A37. Grayscale: #939393. Windows color (decimal): -4491832 or 13137339. OLE color: 13137339.

HSL color Cylindrical-coordinate representation of color #BB75C8: hue angle of 290.6º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB75C8 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187117200-
CMYK0.060.4200.22
HSL290.6º43.01%62.16%-
HSV(B)290.6º41.5%78.43%-
XYZ37.2827.4657.98-
YUV147.39157.69156.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 117 (46.09% from 255) = 23.21%
BLUE value IS 200 (78.52% from 255) = 39.68%
R=37.10%
G=23.21%
B=39.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871172000.060.4200.22290.643.0162.16
HexBB75C862A0161232b3e
Octal2731653106520264435376
Binary10111011111010111001000110101010010110100100011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB75C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB75C8; }

 p { color: rgb(187,117,200); }

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

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

 a { background-color: rgb(187,117,200); }

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

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

 span { border-color: rgb(187,117,200); }

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