#BB75CD

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

Shades of Medium Orchid #BB75CD

Tints of Medium Orchid #BB75CD

Color information

#BB75CD (or 0xBB75CD) is unknown color: approx Medium Orchid. HEX triplet: BB, 75 and CD. RGB value is (187,117,205). Sum of RGB (Red+Green+Blue) = 187+117+205=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB75CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75CD is #448A32. Grayscale: #939393. Windows color (decimal): -4491827 or 13465019. OLE color: 13465019.

HSL color Cylindrical-coordinate representation of color #BB75CD: hue angle of 287.73º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB75CD is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187117205-
CMYK0.090.4300.20
HSL287.73º46.81%63.14%-
HSV(B)287.73º42.93%80.39%-
XYZ37.8727.761.11-
YUV147.96160.19155.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=36.74%
G=22.99%
B=40.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871172050.090.4300.20287.7346.8163.14
HexBB75CD92B0141202f3f
Octal27316531511530244405777
Binary101110111110101110011011001101011010100100100000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB75CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB75CD; }

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

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

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

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

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

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

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

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