Html Css Color HEX #BC6190 Hopbush

📋 copy color: '#BC6190'

red 188 ◦ green 97 ◦ blue 144

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

Shades of Hopbush #BC6190

Tints of Hopbush #BC6190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 43.82%
G = 22.61%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC6190 (or 0xBC6190) is known color: Hopbush. HEX triplet: BC, 61 and 90. RGB value is (188,97,144). Sum of RGB (Red+Green+Blue) = 188+97+144=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6190 is #439E6F. Grayscale: #818181. Windows color (decimal): -4431472 or 9462204. OLE color: 9462204.

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

Color convert

RGB 188 97 144 -
CMYK 0 0.48 0.23 0.26
HSL 329.01º 0.4% 0.56% -
HSV(B) 329.01º 0.48% 0.74% -
XYZ 30.05 21.25 28.9 -
YUV 129.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 188 97 144 0 0.48 0.23 0.26 329.01 0.4 0.56
Hex BC 61 90 0 30 17 1A 149 28 38
Octal 274 141 220 0 60 27 32 511 50 70
Binary 10111100 1100001 10010000 0 110000 10111 11010 101001001 101000 111000

Color Harmonies of #BC6190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6190

Black with #BC6190

Text Example


Text Example

White with #BC6190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6190; }

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

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

background-color css

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

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

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

border-color css

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

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

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