Html Css Color HEX #BD20BB Deep Magenta

📋 copy color: '#BD20BB'

red 189 ◦ green 32 ◦ blue 187

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

Shades of Deep Magenta #BD20BB

Tints of Deep Magenta #BD20BB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.84%

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 46.32%
G = 7.84%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD20BB (or 0xBD20BB) is known color: Deep Magenta. HEX triplet: BD, 20 and BB. RGB value is (189,32,187). Sum of RGB (Red+Green+Blue) = 189+32+187=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD20BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20BB is #42DF44. Grayscale: #606060. Windows color (decimal): -4382533 or 12263613. OLE color: 12263613.

HSL color Cylindrical-coordinate representation of color #BD20BB: hue angle of 300.76º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD20BB is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 187 -
CMYK 0 0.83 0.01 0.26
HSL 300.76º 0.71% 0.43% -
HSV(B) 300.76º 0.83% 0.74% -
XYZ 30.47 15.44 48.39 -
YUV 96.61 179.01 193.9 -
System Red Green Blue C M Y K H S L
Decimal 189 32 187 0 0.83 0.01 0.26 300.76 0.71 0.43
Hex BD 20 BB 0 53 1 1A 12D 47 2B
Octal 275 40 273 0 123 1 32 455 107 53
Binary 10111101 100000 10111011 0 1010011 1 11010 100101101 1000111 101011

Color Harmonies of #BD20BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20BB

Black with #BD20BB

Text Example


Text Example

White with #BD20BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20BB; }

 p { color: rgb(189,32,187); }

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

background-color css

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

 a { background-color: rgb(189,32,187); }

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

border-color css

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

 span { border-color: rgb(189,32,187); }

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