#BC6F98

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

Shades of Hopbush #BC6F98

Tints of Hopbush #BC6F98

Color information

#BC6F98 (or 0xBC6F98) is unknown color: approx Hopbush. HEX triplet: BC, 6F and 98. RGB value is (188,111,152). Sum of RGB (Red+Green+Blue) = 188+111+152=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6F98 is #439067. Grayscale: #8A8A8A. Windows color (decimal): -4427880 or 9990076. OLE color: 9990076.

HSL color Cylindrical-coordinate representation of color #BC6F98: hue angle of 328.05º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6F98 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188111152-
CMYK00.410.190.26
HSL328.05º36.49%58.63%-
HSV(B)328.05º40.96%73.73%-
XYZ32.0924.3332.71-
YUV138.7135.51163.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 111 (43.75% from 255) = 24.61%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=41.69%
G=24.61%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811115200.410.190.26328.0536.4958.63
HexBC6F98029131A148243b
Octal27415723005123325104473
Binary1011110011011111001100001010011001111010101001000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F98; }

 p { color: rgb(188,111,152); }

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

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

 a { background-color: rgb(188,111,152); }

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

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

 span { border-color: rgb(188,111,152); }

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