#BF7298

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

Shades of Hopbush #BF7298

Tints of Hopbush #BF7298

Color information

#BF7298 (or 0xBF7298) is unknown color: approx Hopbush. HEX triplet: BF, 72 and 98. RGB value is (191,114,152). Sum of RGB (Red+Green+Blue) = 191+114+152=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7298 is #408D67. Grayscale: #8D8D8D. Windows color (decimal): -4230504 or 9990847. OLE color: 9990847.

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

Color convert

RGB191114152-
CMYK00.400.200.25
HSL330.39º37.56%59.8%-
HSV(B)330.39º40.31%74.9%-
XYZ33.1725.3832.86-
YUV141.35134.01163.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=41.79%
G=24.95%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111415200.400.200.25330.3937.5659.8
HexBF7298028141914a263c
Octal27716223005024315124674
Binary1011111111100101001100001010001010011001101001010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7298; }

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

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

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

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

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

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

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

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