Html Css Color HEX #BD719D Hopbush

📋 copy color: '#BD719D'

red 189 ◦ green 113 ◦ blue 157

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

Shades of Hopbush #BD719D

Tints of Hopbush #BD719D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.2%

R = 41.18%
G = 24.62%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD719D (or 0xBD719D) is known color: Hopbush. HEX triplet: BD, 71 and 9D. RGB value is (189,113,157). Sum of RGB (Red+Green+Blue) = 189+113+157=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD719D is #428E62. Grayscale: #8C8C8C. Windows color (decimal): -4361827 or 10318269. OLE color: 10318269.

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

Color convert

RGB 189 113 157 -
CMYK 0 0.40 0.17 0.26
HSL 325.26º 0.37% 0.59% -
HSV(B) 325.26º 0.4% 0.74% -
XYZ 32.98 25.06 35 -
YUV 140.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 189 113 157 0 0.40 0.17 0.26 325.26 0.37 0.59
Hex BD 71 9D 0 28 11 1A 145 25 3B
Octal 275 161 235 0 50 21 32 505 45 73
Binary 10111101 1110001 10011101 0 101000 10001 11010 101000101 100101 111011

Color Harmonies of #BD719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD719D

Black with #BD719D

Text Example


Text Example

White with #BD719D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD719D; }

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

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

background-color css

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

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

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

border-color css

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

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

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