Html Css Color HEX #BC6D97 Hopbush

📋 copy color: '#BC6D97'

red 188 ◦ green 109 ◦ blue 151

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

Shades of Hopbush #BC6D97

Tints of Hopbush #BC6D97

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.33%

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

R = 41.96%
G = 24.33%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC6D97 (or 0xBC6D97) is known color: Hopbush. HEX triplet: BC, 6D and 97. RGB value is (188,109,151). Sum of RGB (Red+Green+Blue) = 188+109+151=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6D97 is #439268. Grayscale: #898989. Windows color (decimal): -4428393 or 9924028. OLE color: 9924028.

HSL color Cylindrical-coordinate representation of color #BC6D97: hue angle of 328.1º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC6D97 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 109 151 -
CMYK 0 0.42 0.20 0.26
HSL 328.1º 0.37% 0.58% -
HSV(B) 328.1º 0.42% 0.74% -
XYZ 31.79 23.86 32.21 -
YUV 137.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 188 109 151 0 0.42 0.20 0.26 328.1 0.37 0.58
Hex BC 6D 97 0 2A 14 1A 148 25 3A
Octal 274 155 227 0 52 24 32 510 45 72
Binary 10111100 1101101 10010111 0 101010 10100 11010 101001000 100101 111010

Color Harmonies of #BC6D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D97

Black with #BC6D97

Text Example


Text Example

White with #BC6D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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