Html Css Color HEX #BD14CA Deep Magenta

📋 copy color: '#BD14CA'

red 189 ◦ green 20 ◦ blue 202

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

Shades of Deep Magenta #BD14CA

Tints of Deep Magenta #BD14CA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.87%

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 45.99%
G = 4.87%
B = 49.15%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD14CA (or 0xBD14CA) is known color: Deep Magenta. HEX triplet: BD, 14 and CA. RGB value is (189,20,202). Sum of RGB (Red+Green+Blue) = 189+20+202=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD14CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD14CA is #42EB35. Grayscale: #5A5A5A. Windows color (decimal): -4385590 or 13243581. OLE color: 13243581.

HSL color Cylindrical-coordinate representation of color #BD14CA: hue angle of 295.71º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD14CA is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 20 202 -
CMYK 0.06 0.90 0 0.21
HSL 295.71º 0.82% 0.44% -
HSV(B) 295.71º 0.9% 0.79% -
XYZ 31.9 15.58 57.2 -
YUV 91.28 190.49 197.7 -
System Red Green Blue C M Y K H S L
Decimal 189 20 202 0.06 0.90 0 0.21 295.71 0.82 0.44
Hex BD 14 CA 6 5A 0 15 128 52 2C
Octal 275 24 312 6 132 0 25 450 122 54
Binary 10111101 10100 11001010 110 1011010 0 10101 100101000 1010010 101100

Color Harmonies of #BD14CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD14CA

Black with #BD14CA

Text Example


Text Example

White with #BD14CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD14CA; }

 p { color: rgb(189,20,202); }

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

background-color css

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

 a { background-color: rgb(189,20,202); }

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

border-color css

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

 span { border-color: rgb(189,20,202); }

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