Html Css Color HEX #BD709E Hopbush

📋 copy color: '#BD709E'

red 189 ◦ green 112 ◦ blue 158

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

Shades of Hopbush #BD709E

Tints of Hopbush #BD709E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.42%

R = 41.18%
G = 24.4%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD709E (or 0xBD709E) is known color: Hopbush. HEX triplet: BD, 70 and 9E. RGB value is (189,112,158). Sum of RGB (Red+Green+Blue) = 189+112+158=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD709E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD709E is #428F61. Grayscale: #8C8C8C. Windows color (decimal): -4362082 or 10383549. OLE color: 10383549.

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

Color convert

RGB 189 112 158 -
CMYK 0 0.41 0.16 0.26
HSL 324.16º 0.37% 0.59% -
HSV(B) 324.16º 0.41% 0.74% -
XYZ 32.95 24.88 35.41 -
YUV 140.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 189 112 158 0 0.41 0.16 0.26 324.16 0.37 0.59
Hex BD 70 9E 0 29 10 1A 144 25 3B
Octal 275 160 236 0 51 20 32 504 45 73
Binary 10111101 1110000 10011110 0 101001 10000 11010 101000100 100101 111011

Color Harmonies of #BD709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD709E

Black with #BD709E

Text Example


Text Example

White with #BD709E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD709E; }

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

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

background-color css

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

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

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

border-color css

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

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

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