Html Css Color HEX #BD709A Hopbush

📋 copy color: '#BD709A'

red 189 ◦ green 112 ◦ blue 154

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

Shades of Hopbush #BD709A

Tints of Hopbush #BD709A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.85%

R = 41.54%
G = 24.62%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD709A (or 0xBD709A) is known color: Hopbush. HEX triplet: BD, 70 and 9A. RGB value is (189,112,154). Sum of RGB (Red+Green+Blue) = 189+112+154=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD709A is #428F65. Grayscale: #8B8B8B. Windows color (decimal): -4362086 or 10121405. OLE color: 10121405.

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

Color convert

RGB 189 112 154 -
CMYK 0 0.41 0.19 0.26
HSL 327.27º 0.37% 0.59% -
HSV(B) 327.27º 0.41% 0.74% -
XYZ 32.61 24.74 33.63 -
YUV 139.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 189 112 154 0 0.41 0.19 0.26 327.27 0.37 0.59
Hex BD 70 9A 0 29 13 1A 147 25 3B
Octal 275 160 232 0 51 23 32 507 45 73
Binary 10111101 1110000 10011010 0 101001 10011 11010 101000111 100101 111011

Color Harmonies of #BD709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD709A

Black with #BD709A

Text Example


Text Example

White with #BD709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD709A; }

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

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

background-color css

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

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

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

border-color css

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

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

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