Html Css Color HEX #BD0FCA Deep Magenta

📋 copy color: '#BD0FCA'

red 189 ◦ green 15 ◦ blue 202

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

Shades of Deep Magenta #BD0FCA

Tints of Deep Magenta #BD0FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.69%

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

R = 46.55%
G = 3.69%
B = 49.75%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD0FCA (or 0xBD0FCA) is known color: Deep Magenta. HEX triplet: BD, 0F and CA. RGB value is (189,15,202). Sum of RGB (Red+Green+Blue) = 189+15+202=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD0FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FCA is #42F035. Grayscale: #575757. Windows color (decimal): -4386870 or 13242301. OLE color: 13242301.

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

Color convert

RGB 189 15 202 -
CMYK 0.06 0.93 0 0.21
HSL 295.83º 0.86% 0.43% -
HSV(B) 295.83º 0.93% 0.79% -
XYZ 31.82 15.42 57.18 -
YUV 88.34 192.15 199.79 -
System Red Green Blue C M Y K H S L
Decimal 189 15 202 0.06 0.93 0 0.21 295.83 0.86 0.43
Hex BD F CA 6 5D 0 15 128 56 2B
Octal 275 17 312 6 135 0 25 450 126 53
Binary 10111101 1111 11001010 110 1011101 0 10101 100101000 1010110 101011

Color Harmonies of #BD0FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0FCA

Black with #BD0FCA

Text Example


Text Example

White with #BD0FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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