#BC6292

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

Shades of Hopbush #BC6292

Tints of Hopbush #BC6292

Color information

#BC6292 (or 0xBC6292) is unknown color: approx Hopbush. HEX triplet: BC, 62 and 92. RGB value is (188,98,146). Sum of RGB (Red+Green+Blue) = 188+98+146=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6292 is #439D6D. Grayscale: #828282. Windows color (decimal): -4431214 or 9593532. OLE color: 9593532.

HSL color Cylindrical-coordinate representation of color #BC6292: hue angle of 328º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6292 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB18898146-
CMYK00.480.220.26
HSL328º40.18%56.08%-
HSV(B)328º47.87%73.73%-
XYZ30.321.529.75-
YUV130.38136.82169.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 146 (57.42% from 255) = 33.80%
R=43.52%
G=22.69%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889814600.480.220.2632840.1856.08
HexBC6292030161A1482838
Octal27414222206026325105070
Binary1011110011000101001001001100001011011010101001000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6292; }

 p { color: rgb(188,98,146); }

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

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

 a { background-color: rgb(188,98,146); }

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

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

 span { border-color: rgb(188,98,146); }

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