Html Css Color HEX #BD13CB Deep Magenta

📋 copy color: '#BD13CB'

red 189 ◦ green 19 ◦ blue 203

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

Shades of Deep Magenta #BD13CB

Tints of Deep Magenta #BD13CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.62%

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

R = 45.99%
G = 4.62%
B = 49.39%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD13CB (or 0xBD13CB) is known color: Deep Magenta. HEX triplet: BD, 13 and CB. RGB value is (189,19,203). Sum of RGB (Red+Green+Blue) = 189+19+203=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD13CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD13CB is #42EC34. Grayscale: #5A5A5A. Windows color (decimal): -4385845 or 13308861. OLE color: 13308861.

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

Color convert

RGB 189 19 203 -
CMYK 0.07 0.91 0 0.20
HSL 295.43º 0.83% 0.44% -
HSV(B) 295.43º 0.91% 0.8% -
XYZ 32 15.6 57.82 -
YUV 90.81 191.32 198.04 -
System Red Green Blue C M Y K H S L
Decimal 189 19 203 0.07 0.91 0 0.20 295.43 0.83 0.44
Hex BD 13 CB 7 5B 0 14 127 53 2C
Octal 275 23 313 7 133 0 24 447 123 54
Binary 10111101 10011 11001011 111 1011011 0 10100 100100111 1010011 101100

Color Harmonies of #BD13CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD13CB

Black with #BD13CB

Text Example


Text Example

White with #BD13CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD13CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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