Html Css Color HEX #BC6995 Hopbush

📋 copy color: '#BC6995'

red 188 ◦ green 105 ◦ blue 149

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

Shades of Hopbush #BC6995

Tints of Hopbush #BC6995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 42.53%
G = 23.76%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC6995 (or 0xBC6995) is known color: Hopbush. HEX triplet: BC, 69 and 95. RGB value is (188,105,149). Sum of RGB (Red+Green+Blue) = 188+105+149=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6995 is #43966A. Grayscale: #868686. Windows color (decimal): -4429419 or 9791932. OLE color: 9791932.

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

Color convert

RGB 188 105 149 -
CMYK 0 0.44 0.21 0.26
HSL 328.19º 0.38% 0.57% -
HSV(B) 328.19º 0.44% 0.74% -
XYZ 31.22 22.96 31.22 -
YUV 134.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 188 105 149 0 0.44 0.21 0.26 328.19 0.38 0.57
Hex BC 69 95 0 2C 15 1A 148 26 39
Octal 274 151 225 0 54 25 32 510 46 71
Binary 10111100 1101001 10010101 0 101100 10101 11010 101001000 100110 111001

Color Harmonies of #BC6995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6995

Black with #BC6995

Text Example


Text Example

White with #BC6995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6995; }

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

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

background-color css

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

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

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

border-color css

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

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

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