Html Css Color HEX #BD6499 Hopbush

📋 copy color: '#BD6499'

red 189 ◦ green 100 ◦ blue 153

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

Shades of Hopbush #BD6499

Tints of Hopbush #BD6499

RGB

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

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

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

R = 42.76%
G = 22.62%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD6499 (or 0xBD6499) is known color: Hopbush. HEX triplet: BD, 64 and 99. RGB value is (189,100,153). Sum of RGB (Red+Green+Blue) = 189+100+153=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6499 is #429B66. Grayscale: #848484. Windows color (decimal): -4365159 or 10052797. OLE color: 10052797.

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

Color convert

RGB 189 100 153 -
CMYK 0 0.47 0.19 0.26
HSL 324.27º 0.4% 0.57% -
HSV(B) 324.27º 0.47% 0.74% -
XYZ 31.29 22.23 32.78 -
YUV 132.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 189 100 153 0 0.47 0.19 0.26 324.27 0.4 0.57
Hex BD 64 99 0 2F 13 1A 144 28 39
Octal 275 144 231 0 57 23 32 504 50 71
Binary 10111101 1100100 10011001 0 101111 10011 11010 101000100 101000 111001

Color Harmonies of #BD6499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6499

Black with #BD6499

Text Example


Text Example

White with #BD6499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6499; }

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

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

background-color css

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

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

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

border-color css

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

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

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