Html Css Color HEX #BD7099 Hopbush

📋 copy color: '#BD7099'

red 189 ◦ green 112 ◦ blue 153

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

Shades of Hopbush #BD7099

Tints of Hopbush #BD7099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.7%

R = 41.63%
G = 24.67%
B = 33.7%

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

#BD7099 (or 0xBD7099) is known color: Hopbush. HEX triplet: BD, 70 and 99. RGB value is (189,112,153). Sum of RGB (Red+Green+Blue) = 189+112+153=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7099 is #428F66. Grayscale: #8B8B8B. Windows color (decimal): -4362087 or 10055869. OLE color: 10055869.

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

Color convert

RGB 189 112 153 -
CMYK 0 0.41 0.19 0.26
HSL 328.05º 0.37% 0.59% -
HSV(B) 328.05º 0.41% 0.74% -
XYZ 32.53 24.71 33.19 -
YUV 139.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 189 112 153 0 0.41 0.19 0.26 328.05 0.37 0.59
Hex BD 70 99 0 29 13 1A 148 25 3B
Octal 275 160 231 0 51 23 32 510 45 73
Binary 10111101 1110000 10011001 0 101001 10011 11010 101001000 100101 111011

Color Harmonies of #BD7099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7099

Black with #BD7099

Text Example


Text Example

White with #BD7099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7099; }

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

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

background-color css

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

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

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

border-color css

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

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

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