Html Css Color HEX #BC6997 Hopbush

📋 copy color: '#BC6997'

red 188 ◦ green 105 ◦ blue 151

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

Shades of Hopbush #BC6997

Tints of Hopbush #BC6997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.01%

R = 42.34%
G = 23.65%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC6997 (or 0xBC6997) is known color: Hopbush. HEX triplet: BC, 69 and 97. RGB value is (188,105,151). Sum of RGB (Red+Green+Blue) = 188+105+151=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6997 is #439668. Grayscale: #868686. Windows color (decimal): -4429417 or 9923004. OLE color: 9923004.

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

Color convert

RGB 188 105 151 -
CMYK 0 0.44 0.20 0.26
HSL 326.75º 0.38% 0.57% -
HSV(B) 326.75º 0.44% 0.74% -
XYZ 31.38 23.03 32.07 -
YUV 135.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 188 105 151 0 0.44 0.20 0.26 326.75 0.38 0.57
Hex BC 69 97 0 2C 14 1A 147 26 39
Octal 274 151 227 0 54 24 32 507 46 71
Binary 10111100 1101001 10010111 0 101100 10100 11010 101000111 100110 111001

Color Harmonies of #BC6997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6997

Black with #BC6997

Text Example


Text Example

White with #BC6997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6997; }

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

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

background-color css

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

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

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

border-color css

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

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

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