#BF6692

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

Shades of Hopbush #BF6692

Tints of Hopbush #BF6692

Color information

#BF6692 (or 0xBF6692) is unknown color: approx Hopbush. HEX triplet: BF, 66 and 92. RGB value is (191,102,146). Sum of RGB (Red+Green+Blue) = 191+102+146=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6692 is #40996D. Grayscale: #858585. Windows color (decimal): -4233582 or 9594559. OLE color: 9594559.

HSL color Cylindrical-coordinate representation of color #BF6692: hue angle of 330.34º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6692 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB191102146-
CMYK00.470.240.25
HSL330.34º41.01%57.45%-
HSV(B)330.34º46.6%74.9%-
XYZ31.4322.6529.91-
YUV133.63134.99168.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 146 (57.42% from 255) = 33.26%
R=43.51%
G=23.23%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110214600.470.240.25330.3441.0157.45
HexBF669202F181914a2939
Octal27714622205730315125171
Binary1011111111001101001001001011111100011001101001010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6692; }

 p { color: rgb(191,102,146); }

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

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

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

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

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

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

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