#BF6198

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

Shades of Hopbush #BF6198

Tints of Hopbush #BF6198

Color information

#BF6198 (or 0xBF6198) is unknown color: approx Hopbush. HEX triplet: BF, 61 and 98. RGB value is (191,97,152). Sum of RGB (Red+Green+Blue) = 191+97+152=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6198 is #409E67. Grayscale: #838383. Windows color (decimal): -4234856 or 9986495. OLE color: 9986495.

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

Color convert

RGB19197152-
CMYK00.490.200.25
HSL324.89º42.34%56.47%-
HSV(B)324.89º49.21%74.9%-
XYZ31.4321.8932.28-
YUV131.38139.64170.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 152 (59.77% from 255) = 34.55%
R=43.41%
G=22.05%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919715200.490.200.25324.8942.3456.47
HexBF619803114191452a38
Octal27714123006124315055270
Binary1011111111000011001100001100011010011001101000101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6198; }

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

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

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

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

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

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

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

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