Html Css Color HEX #BC6192 Hopbush

📋 copy color: '#BC6192'

red 188 ◦ green 97 ◦ blue 146

#BC6192
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #BC6192

Tints of Hopbush #BC6192

RGB

 RED value IS 188 (73.83% from 255) = 43.62%

 GREEN value IS 97 (38.28% from 255) = 22.51%

 BLUE value IS 146 (57.42% from 255) = 33.87%

R = 43.62%
G = 22.51%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC6192 (or 0xBC6192) is known color: Hopbush. HEX triplet: BC, 61 and 92. RGB value is (188,97,146). Sum of RGB (Red+Green+Blue) = 188+97+146=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6192 is #439E6D. Grayscale: #818181. Windows color (decimal): -4431470 or 9593276. OLE color: 9593276.

HSL color Cylindrical-coordinate representation of color #BC6192: hue angle of 327.69º 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 #BC6192 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 97 146 -
CMYK 0 0.48 0.22 0.26
HSL 327.69º 0.4% 0.56% -
HSV(B) 327.69º 0.48% 0.74% -
XYZ 30.2 21.32 29.72 -
YUV 129.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 188 97 146 0 0.48 0.22 0.26 327.69 0.4 0.56
Hex BC 61 92 0 30 16 1A 148 28 38
Octal 274 141 222 0 60 26 32 510 50 70
Binary 10111100 1100001 10010010 0 110000 10110 11010 101001000 101000 111000

Color Harmonies of #BC6192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6192

Black with #BC6192

Text Example


Text Example

White with #BC6192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6192; }

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

 H1.HeaderClassName
 {
   color: #BC6192;
 }
 .AnyTagClassName
 {
   color: #BC6192;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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