Html Css Color HEX #BD7199 Hopbush

📋 copy color: '#BD7199'

red 189 ◦ green 113 ◦ blue 153

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

Shades of Hopbush #BD7199

Tints of Hopbush #BD7199

RGB

 RED value IS 189 (74.22% from 255) = 41.54%

 GREEN value IS 113 (44.53% from 255) = 24.84%

 BLUE value IS 153 (60.16% from 255) = 33.63%

R = 41.54%
G = 24.84%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD7199 (or 0xBD7199) is known color: Hopbush. HEX triplet: BD, 71 and 99. RGB value is (189,113,153). Sum of RGB (Red+Green+Blue) = 189+113+153=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7199 is #428E66. Grayscale: #8C8C8C. Windows color (decimal): -4361831 or 10056125. OLE color: 10056125.

HSL color Cylindrical-coordinate representation of color #BD7199: hue angle of 328.42º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7199 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 113 153 -
CMYK 0 0.40 0.19 0.26
HSL 328.42º 0.37% 0.59% -
HSV(B) 328.42º 0.4% 0.74% -
XYZ 32.64 24.93 33.23 -
YUV 140.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 189 113 153 0 0.40 0.19 0.26 328.42 0.37 0.59
Hex BD 71 99 0 28 13 1A 148 25 3B
Octal 275 161 231 0 50 23 32 510 45 73
Binary 10111101 1110001 10011001 0 101000 10011 11010 101001000 100101 111011

Color Harmonies of #BD7199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7199

Black with #BD7199

Text Example


Text Example

White with #BD7199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7199; }

 p { color: rgb(189,113,153); }

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

background-color css

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

 a { background-color: rgb(189,113,153); }

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

border-color css

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

 span { border-color: rgb(189,113,153); }

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