Html Css Color HEX #BD7698 Hopbush

📋 copy color: '#BD7698'

red 189 ◦ green 118 ◦ blue 152

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

Shades of Hopbush #BD7698

Tints of Hopbush #BD7698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.71%

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

R = 41.18%
G = 25.71%
B = 33.12%

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

#BD7698 (or 0xBD7698) is known color: Hopbush. HEX triplet: BD, 76 and 98. RGB value is (189,118,152). Sum of RGB (Red+Green+Blue) = 189+118+152=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7698 is #428967. Grayscale: #8F8F8F. Windows color (decimal): -4360552 or 9991869. OLE color: 9991869.

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

Color convert

RGB 189 118 152 -
CMYK 0 0.38 0.20 0.26
HSL 331.27º 0.35% 0.6% -
HSV(B) 331.27º 0.38% 0.74% -
XYZ 33.13 26.04 32.99 -
YUV 143.11 133.02 160.74 -
System Red Green Blue C M Y K H S L
Decimal 189 118 152 0 0.38 0.20 0.26 331.27 0.35 0.6
Hex BD 76 98 0 26 14 1A 14B 23 3C
Octal 275 166 230 0 46 24 32 513 43 74
Binary 10111101 1110110 10011000 0 100110 10100 11010 101001011 100011 111100

Color Harmonies of #BD7698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7698

Black with #BD7698

Text Example


Text Example

White with #BD7698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7698; }

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

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

background-color css

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

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

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

border-color css

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

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

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