Html Css Color HEX #BD649D Hopbush

📋 copy color: '#BD649D'

red 189 ◦ green 100 ◦ blue 157

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

Shades of Hopbush #BD649D

Tints of Hopbush #BD649D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 42.38%
G = 22.42%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD649D (or 0xBD649D) is known color: Hopbush. HEX triplet: BD, 64 and 9D. RGB value is (189,100,157). Sum of RGB (Red+Green+Blue) = 189+100+157=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD649D is #429B62. Grayscale: #848484. Windows color (decimal): -4365155 or 10314941. OLE color: 10314941.

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

Color convert

RGB 189 100 157 -
CMYK 0 0.47 0.17 0.26
HSL 321.57º 0.4% 0.57% -
HSV(B) 321.57º 0.47% 0.74% -
XYZ 31.63 22.37 34.55 -
YUV 133.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 189 100 157 0 0.47 0.17 0.26 321.57 0.4 0.57
Hex BD 64 9D 0 2F 11 1A 142 28 39
Octal 275 144 235 0 57 21 32 502 50 71
Binary 10111101 1100100 10011101 0 101111 10001 11010 101000010 101000 111001

Color Harmonies of #BD649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD649D

Black with #BD649D

Text Example


Text Example

White with #BD649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD649D; }

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

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

background-color css

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

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

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

border-color css

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

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

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