Html Css Color HEX #BD02CA Deep Magenta

📋 copy color: '#BD02CA'

red 189 ◦ green 2 ◦ blue 202

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

Shades of Deep Magenta #BD02CA

Tints of Deep Magenta #BD02CA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 48.09%
G = 0.51%
B = 51.4%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD02CA (or 0xBD02CA) is known color: Deep Magenta. HEX triplet: BD, 02 and CA. RGB value is (189,2,202). Sum of RGB (Red+Green+Blue) = 189+2+202=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD02CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD02CA is #42FD35. Grayscale: #505050. Windows color (decimal): -4390198 or 13238973. OLE color: 13238973.

HSL color Cylindrical-coordinate representation of color #BD02CA: hue angle of 296.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD02CA is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 2 202 -
CMYK 0.06 0.99 0 0.21
HSL 296.1º 0.98% 0.4% -
HSV(B) 296.1º 0.99% 0.79% -
XYZ 31.67 15.13 57.13 -
YUV 80.71 196.45 205.24 -
System Red Green Blue C M Y K H S L
Decimal 189 2 202 0.06 0.99 0 0.21 296.1 0.98 0.4
Hex BD 2 CA 6 63 0 15 128 62 28
Octal 275 2 312 6 143 0 25 450 142 50
Binary 10111101 10 11001010 110 1100011 0 10101 100101000 1100010 101000

Color Harmonies of #BD02CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD02CA

Black with #BD02CA

Text Example


Text Example

White with #BD02CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD02CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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