Html Css Color HEX #BC6991 Hopbush

📋 copy color: '#BC6991'

red 188 ◦ green 105 ◦ blue 145

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

Shades of Hopbush #BC6991

Tints of Hopbush #BC6991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.97%

 BLUE value IS 145 (57.03% from 255) = 33.11%

R = 42.92%
G = 23.97%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC6991 (or 0xBC6991) is known color: Hopbush. HEX triplet: BC, 69 and 91. RGB value is (188,105,145). Sum of RGB (Red+Green+Blue) = 188+105+145=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6991 is #43966E. Grayscale: #868686. Windows color (decimal): -4429423 or 9529788. OLE color: 9529788.

HSL color Cylindrical-coordinate representation of color #BC6991: hue angle of 331.08º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6991 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 105 145 -
CMYK 0 0.44 0.23 0.26
HSL 331.08º 0.38% 0.57% -
HSV(B) 331.08º 0.44% 0.74% -
XYZ 30.9 22.84 29.57 -
YUV 134.38 134 166.25 -
System Red Green Blue C M Y K H S L
Decimal 188 105 145 0 0.44 0.23 0.26 331.08 0.38 0.57
Hex BC 69 91 0 2C 17 1A 14B 26 39
Octal 274 151 221 0 54 27 32 513 46 71
Binary 10111100 1101001 10010001 0 101100 10111 11010 101001011 100110 111001

Color Harmonies of #BC6991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6991

Black with #BC6991

Text Example


Text Example

White with #BC6991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6991; }

 p { color: rgb(188,105,145); }

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

background-color css

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

 a { background-color: rgb(188,105,145); }

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

border-color css

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

 span { border-color: rgb(188,105,145); }

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