Html Css Color HEX #BD6897 Hopbush

📋 copy color: '#BD6897'

red 189 ◦ green 104 ◦ blue 151

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

Shades of Hopbush #BD6897

Tints of Hopbush #BD6897

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.42%

 BLUE value IS 151 (59.38% from 255) = 34.01%

R = 42.57%
G = 23.42%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD6897 (or 0xBD6897) is known color: Hopbush. HEX triplet: BD, 68 and 97. RGB value is (189,104,151). Sum of RGB (Red+Green+Blue) = 189+104+151=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6897 is #429768. Grayscale: #868686. Windows color (decimal): -4364137 or 9922749. OLE color: 9922749.

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

Color convert

RGB 189 104 151 -
CMYK 0 0.45 0.20 0.26
HSL 326.82º 0.39% 0.57% -
HSV(B) 326.82º 0.45% 0.74% -
XYZ 31.52 22.95 32.05 -
YUV 134.77 137.16 166.68 -
System Red Green Blue C M Y K H S L
Decimal 189 104 151 0 0.45 0.20 0.26 326.82 0.39 0.57
Hex BD 68 97 0 2D 14 1A 147 27 39
Octal 275 150 227 0 55 24 32 507 47 71
Binary 10111101 1101000 10010111 0 101101 10100 11010 101000111 100111 111001

Color Harmonies of #BD6897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6897

Black with #BD6897

Text Example


Text Example

White with #BD6897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6897; }

 p { color: rgb(189,104,151); }

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

background-color css

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

 a { background-color: rgb(189,104,151); }

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

border-color css

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

 span { border-color: rgb(189,104,151); }

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