Html Css Color HEX #BD709C Hopbush

📋 copy color: '#BD709C'

red 189 ◦ green 112 ◦ blue 156

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

Shades of Hopbush #BD709C

Tints of Hopbush #BD709C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.14%

R = 41.36%
G = 24.51%
B = 34.14%

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

#BD709C (or 0xBD709C) is known color: Hopbush. HEX triplet: BD, 70 and 9C. RGB value is (189,112,156). Sum of RGB (Red+Green+Blue) = 189+112+156=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD709C is #428F63. Grayscale: #8B8B8B. Windows color (decimal): -4362084 or 10252477. OLE color: 10252477.

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

Color convert

RGB 189 112 156 -
CMYK 0 0.41 0.17 0.26
HSL 325.71º 0.37% 0.59% -
HSV(B) 325.71º 0.41% 0.74% -
XYZ 32.78 24.81 34.51 -
YUV 140.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 189 112 156 0 0.41 0.17 0.26 325.71 0.37 0.59
Hex BD 70 9C 0 29 11 1A 146 25 3B
Octal 275 160 234 0 51 21 32 506 45 73
Binary 10111101 1110000 10011100 0 101001 10001 11010 101000110 100101 111011

Color Harmonies of #BD709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD709C

Black with #BD709C

Text Example


Text Example

White with #BD709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD709C; }

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

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

background-color css

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

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

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

border-color css

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

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

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