#BF6398

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

Shades of Hopbush #BF6398

Tints of Hopbush #BF6398

Color information

#BF6398 (or 0xBF6398) is unknown color: approx Hopbush. HEX triplet: BF, 63 and 98. RGB value is (191,99,152). Sum of RGB (Red+Green+Blue) = 191+99+152=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6398 is #409C67. Grayscale: #848484. Windows color (decimal): -4234344 or 9987007. OLE color: 9987007.

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

Color convert

RGB19199152-
CMYK00.480.200.25
HSL325.43º41.82%56.86%-
HSV(B)325.43º48.17%74.9%-
XYZ31.6222.2732.34-
YUV132.55138.98169.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 152 (59.77% from 255) = 34.39%
R=43.21%
G=22.40%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919915200.480.200.25325.4341.8256.86
HexBF639803014191452a39
Octal27714323006024315055271
Binary1011111111000111001100001100001010011001101000101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6398; }

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

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

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

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

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

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

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

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