Html Css Color HEX #BF21CC Deep Magenta

📋 copy color: '#BF21CC'

red 191 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #BF21CC

Tints of Deep Magenta #BF21CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.71%

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

R = 44.63%
G = 7.71%
B = 47.66%

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

#BF21CC (or 0xBF21CC) is known color: Deep Magenta. HEX triplet: BF, 21 and CC. RGB value is (191,33,204). Sum of RGB (Red+Green+Blue) = 191+33+204=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF21CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21CC is #40DE33. Grayscale: #636363. Windows color (decimal): -4251188 or 13377983. OLE color: 13377983.

HSL color Cylindrical-coordinate representation of color #BF21CC: hue angle of 295.44º degrees, saturation: 0.72, 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 #BF21CC is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 33 204 -
CMYK 0.06 0.84 0 0.2
HSL 295.44º 0.72% 0.46% -
HSV(B) 295.44º 0.84% 0.8% -
XYZ 32.93 16.52 58.58 -
YUV 99.74 186.85 193.1 -
System Red Green Blue C M Y K H S L
Decimal 191 33 204 0.06 0.84 0 0.2 295.44 0.72 0.46
Hex BF 21 CC 6 54 0 14 127 48 2E
Octal 277 41 314 6 124 0 24 447 110 56
Binary 10111111 100001 11001100 110 1010100 0 10100 100100111 1001000 101110

Color Harmonies of #BF21CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF21CC

Black with #BF21CC

Text Example


Text Example

White with #BF21CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF21CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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