#BF6898

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

Shades of Hopbush #BF6898

Tints of Hopbush #BF6898

Color information

#BF6898 (or 0xBF6898) is unknown color: approx Hopbush. HEX triplet: BF, 68 and 98. RGB value is (191,104,152). Sum of RGB (Red+Green+Blue) = 191+104+152=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6898 is #409767. Grayscale: #878787. Windows color (decimal): -4233064 or 9988287. OLE color: 9988287.

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

Color convert

RGB191104152-
CMYK00.460.200.25
HSL326.9º40.47%57.84%-
HSV(B)326.9º45.55%74.9%-
XYZ32.123.2432.5-
YUV135.48137.32167.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=42.73%
G=23.27%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110415200.460.200.25326.940.4757.84
HexBF689802E1419147283a
Octal27715023005624315075072
Binary1011111111010001001100001011101010011001101000111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6898; }

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

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

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

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

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

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

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

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