Html Css Color HEX #BD00CA Deep Magenta

📋 copy color: '#BD00CA'

red 189 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #BD00CA

Tints of Deep Magenta #BD00CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.34%
G = 0%
B = 51.66%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD00CA (or 0xBD00CA) is known color: Deep Magenta. HEX triplet: BD, 00 and CA. RGB value is (189,0,202). Sum of RGB (Red+Green+Blue) = 189+0+202=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD00CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00CA is #42FF35. Grayscale: #4E4E4E. Windows color (decimal): -4390710 or 13238461. OLE color: 13238461.

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

Color convert

RGB 189 0 202 -
CMYK 0.06 1 0 0.21
HSL 296.14º 1% 0.4% -
HSV(B) 296.14º 1% 0.79% -
XYZ 31.65 15.08 57.12 -
YUV 79.54 197.12 206.07 -
System Red Green Blue C M Y K H S L
Decimal 189 0 202 0.06 1 0 0.21 296.14 1 0.4
Hex BD 0 CA 6 64 0 15 128 64 28
Octal 275 0 312 6 144 0 25 450 144 50
Binary 10111101 0 11001010 110 1100100 0 10101 100101000 1100100 101000

Color Harmonies of #BD00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD00CA

Black with #BD00CA

Text Example


Text Example

White with #BD00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD00CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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