Html Css Color HEX #BD6E97 Hopbush

📋 copy color: '#BD6E97'

red 189 ◦ green 110 ◦ blue 151

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

Shades of Hopbush #BD6E97

Tints of Hopbush #BD6E97

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.44%

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

R = 42%
G = 24.44%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD6E97 (or 0xBD6E97) is known color: Hopbush. HEX triplet: BD, 6E and 97. RGB value is (189,110,151). Sum of RGB (Red+Green+Blue) = 189+110+151=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6E97 is #429168. Grayscale: #8A8A8A. Windows color (decimal): -4362601 or 9924285. OLE color: 9924285.

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

Color convert

RGB 189 110 151 -
CMYK 0 0.42 0.20 0.26
HSL 328.86º 0.37% 0.59% -
HSV(B) 328.86º 0.42% 0.74% -
XYZ 32.15 24.21 32.26 -
YUV 138.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 189 110 151 0 0.42 0.20 0.26 328.86 0.37 0.59
Hex BD 6E 97 0 2A 14 1A 149 25 3B
Octal 275 156 227 0 52 24 32 511 45 73
Binary 10111101 1101110 10010111 0 101010 10100 11010 101001001 100101 111011

Color Harmonies of #BD6E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E97

Black with #BD6E97

Text Example


Text Example

White with #BD6E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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