Html Css Color HEX #BF20CA Deep Magenta

📋 copy color: '#BF20CA'

red 191 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #BF20CA

Tints of Deep Magenta #BF20CA

RGB

 RED value IS 191 (75% from 255) = 44.94%

 GREEN value IS 32 (12.89% from 255) = 7.53%

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

R = 44.94%
G = 7.53%
B = 47.53%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF20CA (or 0xBF20CA) is known color: Deep Magenta. HEX triplet: BF, 20 and CA. RGB value is (191,32,202). Sum of RGB (Red+Green+Blue) = 191+32+202=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF20CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF20CA is #40DF35. Grayscale: #626262. Windows color (decimal): -4251446 or 13246655. OLE color: 13246655.

HSL color Cylindrical-coordinate representation of color #BF20CA: hue angle of 296.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF20CA is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 32 202 -
CMYK 0.05 0.84 0 0.21
HSL 296.12º 0.73% 0.46% -
HSV(B) 296.12º 0.84% 0.79% -
XYZ 32.66 16.37 57.32 -
YUV 98.92 186.18 193.68 -
System Red Green Blue C M Y K H S L
Decimal 191 32 202 0.05 0.84 0 0.21 296.12 0.73 0.46
Hex BF 20 CA 5 54 0 15 128 49 2E
Octal 277 40 312 5 124 0 25 450 111 56
Binary 10111111 100000 11001010 101 1010100 0 10101 100101000 1001001 101110

Color Harmonies of #BF20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF20CA

Black with #BF20CA

Text Example


Text Example

White with #BF20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF20CA; }

 p { color: rgb(191,32,202); }

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

background-color css

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

 a { background-color: rgb(191,32,202); }

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

border-color css

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

 span { border-color: rgb(191,32,202); }

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