Html Css Color HEX #BF06CC Deep Magenta

📋 copy color: '#BF06CC'

red 191 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #BF06CC

Tints of Deep Magenta #BF06CC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.5%

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

R = 47.63%
G = 1.5%
B = 50.87%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF06CC (or 0xBF06CC) is known color: Deep Magenta. HEX triplet: BF, 06 and CC. RGB value is (191,6,204). Sum of RGB (Red+Green+Blue) = 191+6+204=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF06CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF06CC is #40F933. Grayscale: #535353. Windows color (decimal): -4258100 or 13371071. OLE color: 13371071.

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

Color convert

RGB 191 6 204 -
CMYK 0.06 0.97 0 0.2
HSL 296.06º 0.94% 0.41% -
HSV(B) 296.06º 0.97% 0.8% -
XYZ 32.45 15.57 58.42 -
YUV 83.89 195.79 204.4 -
System Red Green Blue C M Y K H S L
Decimal 191 6 204 0.06 0.97 0 0.2 296.06 0.94 0.41
Hex BF 6 CC 6 61 0 14 128 5E 29
Octal 277 6 314 6 141 0 24 450 136 51
Binary 10111111 110 11001100 110 1100001 0 10100 100101000 1011110 101001

Color Harmonies of #BF06CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF06CC

Black with #BF06CC

Text Example


Text Example

White with #BF06CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF06CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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