Html Css Color HEX #BD6494 Hopbush

📋 copy color: '#BD6494'

red 189 ◦ green 100 ◦ blue 148

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

Shades of Hopbush #BD6494

Tints of Hopbush #BD6494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.88%

 BLUE value IS 148 (58.2% from 255) = 33.87%

R = 43.25%
G = 22.88%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD6494 (or 0xBD6494) is known color: Hopbush. HEX triplet: BD, 64 and 94. RGB value is (189,100,148). Sum of RGB (Red+Green+Blue) = 189+100+148=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6494 is #429B6B. Grayscale: #838383. Windows color (decimal): -4365164 or 9725117. OLE color: 9725117.

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

Color convert

RGB 189 100 148 -
CMYK 0 0.47 0.22 0.26
HSL 327.64º 0.4% 0.57% -
HSV(B) 327.64º 0.47% 0.74% -
XYZ 30.89 22.07 30.65 -
YUV 132.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 189 100 148 0 0.47 0.22 0.26 327.64 0.4 0.57
Hex BD 64 94 0 2F 16 1A 148 28 39
Octal 275 144 224 0 57 26 32 510 50 71
Binary 10111101 1100100 10010100 0 101111 10110 11010 101001000 101000 111001

Color Harmonies of #BD6494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6494

Black with #BD6494

Text Example


Text Example

White with #BD6494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6494; }

 p { color: rgb(189,100,148); }

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

background-color css

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

 a { background-color: rgb(189,100,148); }

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

border-color css

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

 span { border-color: rgb(189,100,148); }

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