Html Css Color HEX #BD21CB Deep Magenta

📋 copy color: '#BD21CB'

red 189 ◦ green 33 ◦ blue 203

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

Shades of Deep Magenta #BD21CB

Tints of Deep Magenta #BD21CB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.76%

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 44.47%
G = 7.76%
B = 47.76%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD21CB (or 0xBD21CB) is known color: Deep Magenta. HEX triplet: BD, 21 and CB. RGB value is (189,33,203). Sum of RGB (Red+Green+Blue) = 189+33+203=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD21CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21CB is #42DE34. Grayscale: #626262. Windows color (decimal): -4382261 or 13312445. OLE color: 13312445.

HSL color Cylindrical-coordinate representation of color #BD21CB: hue angle of 295.06º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD21CB is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 33 203 -
CMYK 0.07 0.84 0 0.20
HSL 295.06º 0.72% 0.46% -
HSV(B) 295.06º 0.84% 0.8% -
XYZ 32.31 16.22 57.93 -
YUV 99.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 189 33 203 0.07 0.84 0 0.20 295.06 0.72 0.46
Hex BD 21 CB 7 54 0 14 127 48 2E
Octal 275 41 313 7 124 0 24 447 110 56
Binary 10111101 100001 11001011 111 1010100 0 10100 100100111 1001000 101110

Color Harmonies of #BD21CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD21CB

Black with #BD21CB

Text Example


Text Example

White with #BD21CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD21CB; }

 p { color: rgb(189,33,203); }

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

background-color css

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

 a { background-color: rgb(189,33,203); }

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

border-color css

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

 span { border-color: rgb(189,33,203); }

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