Html Css Color HEX #BD709B Hopbush

📋 copy color: '#BD709B'

red 189 ◦ green 112 ◦ blue 155

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

Shades of Hopbush #BD709B

Tints of Hopbush #BD709B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.99%

R = 41.45%
G = 24.56%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD709B (or 0xBD709B) is known color: Hopbush. HEX triplet: BD, 70 and 9B. RGB value is (189,112,155). Sum of RGB (Red+Green+Blue) = 189+112+155=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD709B is #428F64. Grayscale: #8B8B8B. Windows color (decimal): -4362085 or 10186941. OLE color: 10186941.

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

Color convert

RGB 189 112 155 -
CMYK 0 0.41 0.18 0.26
HSL 326.49º 0.37% 0.59% -
HSV(B) 326.49º 0.41% 0.74% -
XYZ 32.7 24.77 34.07 -
YUV 139.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 189 112 155 0 0.41 0.18 0.26 326.49 0.37 0.59
Hex BD 70 9B 0 29 12 1A 146 25 3B
Octal 275 160 233 0 51 22 32 506 45 73
Binary 10111101 1110000 10011011 0 101001 10010 11010 101000110 100101 111011

Color Harmonies of #BD709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD709B

Black with #BD709B

Text Example


Text Example

White with #BD709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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