Html Css Color HEX #BF01CC Deep Magenta

📋 copy color: '#BF01CC'

red 191 ◦ green 1 ◦ blue 204

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

Shades of Deep Magenta #BF01CC

Tints of Deep Magenta #BF01CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 48.23%
G = 0.25%
B = 51.52%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF01CC (or 0xBF01CC) is known color: Deep Magenta. HEX triplet: BF, 01 and CC. RGB value is (191,1,204). Sum of RGB (Red+Green+Blue) = 191+1+204=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF01CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01CC is #40FE33. Grayscale: #505050. Windows color (decimal): -4259380 or 13369791. OLE color: 13369791.

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

Color convert

RGB 191 1 204 -
CMYK 0.06 1.00 0 0.2
HSL 296.16º 0.99% 0.4% -
HSV(B) 296.16º 1% 0.8% -
XYZ 32.4 15.46 58.4 -
YUV 80.95 197.45 206.49 -
System Red Green Blue C M Y K H S L
Decimal 191 1 204 0.06 1.00 0 0.2 296.16 0.99 0.4
Hex BF 1 CC 6 64 0 14 128 63 28
Octal 277 1 314 6 144 0 24 450 143 50
Binary 10111111 1 11001100 110 1100100 0 10100 100101000 1100011 101000

Color Harmonies of #BF01CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF01CC

Black with #BF01CC

Text Example


Text Example

White with #BF01CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF01CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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