Html Css Color HEX #BD6899 Hopbush

📋 copy color: '#BD6899'

red 189 ◦ green 104 ◦ blue 153

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

Shades of Hopbush #BD6899

Tints of Hopbush #BD6899

RGB

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

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

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

R = 42.38%
G = 23.32%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD6899 (or 0xBD6899) is known color: Hopbush. HEX triplet: BD, 68 and 99. RGB value is (189,104,153). Sum of RGB (Red+Green+Blue) = 189+104+153=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6899 is #429766. Grayscale: #868686. Windows color (decimal): -4364135 or 10053821. OLE color: 10053821.

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

Color convert

RGB 189 104 153 -
CMYK 0 0.45 0.19 0.26
HSL 325.41º 0.39% 0.57% -
HSV(B) 325.41º 0.45% 0.74% -
XYZ 31.69 23.02 32.91 -
YUV 135 138.16 166.52 -
System Red Green Blue C M Y K H S L
Decimal 189 104 153 0 0.45 0.19 0.26 325.41 0.39 0.57
Hex BD 68 99 0 2D 13 1A 145 27 39
Octal 275 150 231 0 55 23 32 505 47 71
Binary 10111101 1101000 10011001 0 101101 10011 11010 101000101 100111 111001

Color Harmonies of #BD6899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6899

Black with #BD6899

Text Example


Text Example

White with #BD6899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6899; }

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

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

background-color css

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

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

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

border-color css

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

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

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