#BF6C98

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

Shades of Hopbush #BF6C98

Tints of Hopbush #BF6C98

Color information

#BF6C98 (or 0xBF6C98) is unknown color: approx Hopbush. HEX triplet: BF, 6C and 98. RGB value is (191,108,152). Sum of RGB (Red+Green+Blue) = 191+108+152=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6C98 is #409367. Grayscale: #898989. Windows color (decimal): -4232040 or 9989311. OLE color: 9989311.

HSL color Cylindrical-coordinate representation of color #BF6C98: hue angle of 328.19º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6C98 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191108152-
CMYK00.430.200.25
HSL328.19º39.34%58.63%-
HSV(B)328.19º43.46%74.9%-
XYZ32.5224.0732.64-
YUV137.83136165.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=42.35%
G=23.95%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110815200.430.200.25328.1939.3458.63
HexBF6C9802B1419148273b
Octal27715423005324315104773
Binary1011111111011001001100001010111010011001101001000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C98; }

 p { color: rgb(191,108,152); }

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

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

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

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

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

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

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