Html Css Color HEX #BC7D97 Hopbush

📋 copy color: '#BC7D97'

red 188 ◦ green 125 ◦ blue 151

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

Shades of Hopbush #BC7D97

Tints of Hopbush #BC7D97

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.94%

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

R = 40.52%
G = 26.94%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC7D97 (or 0xBC7D97) is known color: Hopbush. HEX triplet: BC, 7D and 97. RGB value is (188,125,151). Sum of RGB (Red+Green+Blue) = 188+125+151=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D97 is #438268. Grayscale: #929292. Windows color (decimal): -4424297 or 9928124. OLE color: 9928124.

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

Color convert

RGB 188 125 151 -
CMYK 0 0.34 0.20 0.26
HSL 335.24º 0.32% 0.61% -
HSV(B) 335.24º 0.34% 0.74% -
XYZ 33.66 27.59 32.83 -
YUV 146.8 130.37 157.39 -
System Red Green Blue C M Y K H S L
Decimal 188 125 151 0 0.34 0.20 0.26 335.24 0.32 0.61
Hex BC 7D 97 0 22 14 1A 14F 20 3D
Octal 274 175 227 0 42 24 32 517 40 75
Binary 10111100 1111101 10010111 0 100010 10100 11010 101001111 100000 111101

Color Harmonies of #BC7D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D97

Black with #BC7D97

Text Example


Text Example

White with #BC7D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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