Html Css Color HEX #BF20CC Deep Magenta

📋 copy color: '#BF20CC'

red 191 ◦ green 32 ◦ blue 204

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

Shades of Deep Magenta #BF20CC

Tints of Deep Magenta #BF20CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 44.73%
G = 7.49%
B = 47.78%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF20CC (or 0xBF20CC) is known color: Deep Magenta. HEX triplet: BF, 20 and CC. RGB value is (191,32,204). Sum of RGB (Red+Green+Blue) = 191+32+204=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF20CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF20CC is #40DF33. Grayscale: #626262. Windows color (decimal): -4251444 or 13377727. OLE color: 13377727.

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

Color convert

RGB 191 32 204 -
CMYK 0.06 0.84 0 0.2
HSL 295.47º 0.73% 0.46% -
HSV(B) 295.47º 0.84% 0.8% -
XYZ 32.9 16.47 58.57 -
YUV 99.15 187.18 193.51 -
System Red Green Blue C M Y K H S L
Decimal 191 32 204 0.06 0.84 0 0.2 295.47 0.73 0.46
Hex BF 20 CC 6 54 0 14 127 49 2E
Octal 277 40 314 6 124 0 24 447 111 56
Binary 10111111 100000 11001100 110 1010100 0 10100 100100111 1001001 101110

Color Harmonies of #BF20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF20CC

Black with #BF20CC

Text Example


Text Example

White with #BF20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF20CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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