#BF6093

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

Shades of Hopbush #BF6093

Tints of Hopbush #BF6093

Color information

#BF6093 (or 0xBF6093) is unknown color: approx Hopbush. HEX triplet: BF, 60 and 93. RGB value is (191,96,147). Sum of RGB (Red+Green+Blue) = 191+96+147=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6093 is #409F6C. Grayscale: #828282. Windows color (decimal): -4235117 or 9658559. OLE color: 9658559.

HSL color Cylindrical-coordinate representation of color #BF6093: hue angle of 327.79º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6093 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19196147-
CMYK00.500.230.25
HSL327.79º42.6%56.27%-
HSV(B)327.79º49.74%74.9%-
XYZ30.9421.5530.13-
YUV130.22137.47171.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=44.01%
G=22.12%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919614700.500.230.25327.7942.656.27
HexBF609303217191482b38
Octal27714022306227315105370
Binary1011111111000001001001101100101011111001101001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6093; }

 p { color: rgb(191,96,147); }

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

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

 a { background-color: rgb(191,96,147); }

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

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

 span { border-color: rgb(191,96,147); }

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