Html Css Color HEX #BD709D Hopbush

📋 copy color: '#BD709D'

red 189 ◦ green 112 ◦ blue 157

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

Shades of Hopbush #BD709D

Tints of Hopbush #BD709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.45%

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

R = 41.27%
G = 24.45%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD709D (or 0xBD709D) is known color: Hopbush. HEX triplet: BD, 70 and 9D. RGB value is (189,112,157). Sum of RGB (Red+Green+Blue) = 189+112+157=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD709D is #428F62. Grayscale: #8C8C8C. Windows color (decimal): -4362083 or 10318013. OLE color: 10318013.

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

Color convert

RGB 189 112 157 -
CMYK 0 0.41 0.17 0.26
HSL 324.94º 0.37% 0.59% -
HSV(B) 324.94º 0.41% 0.74% -
XYZ 32.87 24.84 34.96 -
YUV 140.15 137.51 162.84 -
System Red Green Blue C M Y K H S L
Decimal 189 112 157 0 0.41 0.17 0.26 324.94 0.37 0.59
Hex BD 70 9D 0 29 11 1A 145 25 3B
Octal 275 160 235 0 51 21 32 505 45 73
Binary 10111101 1110000 10011101 0 101001 10001 11010 101000101 100101 111011

Color Harmonies of #BD709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD709D

Black with #BD709D

Text Example


Text Example

White with #BD709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD709D; }

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

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

background-color css

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

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

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

border-color css

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

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

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