#BF75CB

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

Shades of Orchid #BF75CB

Tints of Orchid #BF75CB

Color information

#BF75CB (or 0xBF75CB) is unknown color: approx Orchid. HEX triplet: BF, 75 and CB. RGB value is (191,117,203). Sum of RGB (Red+Green+Blue) = 191+117+203=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75CB is #408A34. Grayscale: #949494. Windows color (decimal): -4229685 or 13333951. OLE color: 13333951.

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

Color convert

RGB191117203-
CMYK0.060.4200.20
HSL291.63º45.26%62.75%-
HSV(B)291.63º42.36%79.61%-
XYZ38.6328.1159.89-
YUV148.93158.52158.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 117 (46.09% from 255) = 22.90%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=37.38%
G=22.90%
B=39.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911172030.060.4200.20291.6345.2662.75
HexBF75CB62A0141242d3f
Octal2771653136520244445577
Binary10111111111010111001011110101010010100100100100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75CB; }

 p { color: rgb(191,117,203); }

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

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

 a { background-color: rgb(191,117,203); }

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

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

 span { border-color: rgb(191,117,203); }

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