Html Css Color HEX #BC7D9A Hopbush

📋 copy color: '#BC7D9A'

red 188 ◦ green 125 ◦ blue 154

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

Shades of Hopbush #BC7D9A

Tints of Hopbush #BC7D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.98%

R = 40.26%
G = 26.77%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC7D9A (or 0xBC7D9A) is known color: Hopbush. HEX triplet: BC, 7D and 9A. RGB value is (188,125,154). Sum of RGB (Red+Green+Blue) = 188+125+154=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D9A is #438265. Grayscale: #939393. Windows color (decimal): -4424294 or 10124732. OLE color: 10124732.

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

Color convert

RGB 188 125 154 -
CMYK 0 0.34 0.18 0.26
HSL 332.38º 0.32% 0.61% -
HSV(B) 332.38º 0.34% 0.74% -
XYZ 33.91 27.69 34.13 -
YUV 147.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 188 125 154 0 0.34 0.18 0.26 332.38 0.32 0.61
Hex BC 7D 9A 0 22 12 1A 14C 20 3D
Octal 274 175 232 0 42 22 32 514 40 75
Binary 10111100 1111101 10011010 0 100010 10010 11010 101001100 100000 111101

Color Harmonies of #BC7D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D9A

Black with #BC7D9A

Text Example


Text Example

White with #BC7D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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