Html Css Color HEX #BD7598 Hopbush

📋 copy color: '#BD7598'

red 189 ◦ green 117 ◦ blue 152

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

Shades of Hopbush #BD7598

Tints of Hopbush #BD7598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.55%

 BLUE value IS 152 (59.77% from 255) = 33.19%

R = 41.27%
G = 25.55%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD7598 (or 0xBD7598) is known color: Hopbush. HEX triplet: BD, 75 and 98. RGB value is (189,117,152). Sum of RGB (Red+Green+Blue) = 189+117+152=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7598 is #428A67. Grayscale: #8E8E8E. Windows color (decimal): -4360808 or 9991613. OLE color: 9991613.

HSL color Cylindrical-coordinate representation of color #BD7598: hue angle of 330.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7598 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 117 152 -
CMYK 0 0.38 0.20 0.26
HSL 330.83º 0.35% 0.6% -
HSV(B) 330.83º 0.38% 0.74% -
XYZ 33.02 25.81 32.95 -
YUV 142.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 189 117 152 0 0.38 0.20 0.26 330.83 0.35 0.6
Hex BD 75 98 0 26 14 1A 14B 23 3C
Octal 275 165 230 0 46 24 32 513 43 74
Binary 10111101 1110101 10011000 0 100110 10100 11010 101001011 100011 111100

Color Harmonies of #BD7598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7598

Black with #BD7598

Text Example


Text Example

White with #BD7598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7598; }

 p { color: rgb(189,117,152); }

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

background-color css

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

 a { background-color: rgb(189,117,152); }

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

border-color css

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

 span { border-color: rgb(189,117,152); }

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