#BF6798

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

Shades of Hopbush #BF6798

Tints of Hopbush #BF6798

Color information

#BF6798 (or 0xBF6798) is unknown color: approx Hopbush. HEX triplet: BF, 67 and 98. RGB value is (191,103,152). Sum of RGB (Red+Green+Blue) = 191+103+152=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6798 is #409867. Grayscale: #868686. Windows color (decimal): -4233320 or 9988031. OLE color: 9988031.

HSL color Cylindrical-coordinate representation of color #BF6798: hue angle of 326.59º degrees, saturation: 0.41, 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 #BF6798 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191103152-
CMYK00.460.200.25
HSL326.59º40.74%57.65%-
HSV(B)326.59º46.07%74.9%-
XYZ3223.0432.47-
YUV134.9137.65168.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 152 (59.77% from 255) = 34.08%
R=42.83%
G=23.09%
B=34.08%

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
Decimal19110315200.460.200.25326.5940.7457.65
HexBF679802E1419147293a
Octal27714723005624315075172
Binary1011111111001111001100001011101010011001101000111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6798; }

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

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

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

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

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

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

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

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