#BF7ABF

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

Shades of Orchid #BF7ABF

Tints of Orchid #BF7ABF

Color information

#BF7ABF (or 0xBF7ABF) is unknown color: approx Orchid. HEX triplet: BF, 7A and BF. RGB value is (191,122,191). Sum of RGB (Red+Green+Blue) = 191+122+191=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF7ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ABF is #408540. Grayscale: #969696. Windows color (decimal): -4228417 or 12548799. OLE color: 12548799.

HSL color Cylindrical-coordinate representation of color #BF7ABF: hue angle of 300º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF7ABF is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191122191-
CMYK00.3600.25
HSL300º35.03%61.37%-
HSV(B)300º36.13%74.9%-
XYZ37.8528.7652.85-
YUV150.5150.86156.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 122 (48.05% from 255) = 24.21%
BLUE value IS 191 (75% from 255) = 37.90%
R=37.90%
G=24.21%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112219100.3600.2530035.0361.37
HexBF7ABF02401912c233d
Octal2771722770440314544375
Binary101111111111010101111110100100011001100101100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7ABF; }

 p { color: rgb(191,122,191); }

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

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

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

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

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

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

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