Html Css Color HEX #BF07CC Deep Magenta

📋 copy color: '#BF07CC'

red 191 ◦ green 7 ◦ blue 204

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

Shades of Deep Magenta #BF07CC

Tints of Deep Magenta #BF07CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.74%

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

R = 47.51%
G = 1.74%
B = 50.75%

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

#BF07CC (or 0xBF07CC) is known color: Deep Magenta. HEX triplet: BF, 07 and CC. RGB value is (191,7,204). Sum of RGB (Red+Green+Blue) = 191+7+204=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF07CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF07CC is #40F833. Grayscale: #535353. Windows color (decimal): -4257844 or 13371327. OLE color: 13371327.

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

Color convert

RGB 191 7 204 -
CMYK 0.06 0.97 0 0.2
HSL 296.04º 0.93% 0.41% -
HSV(B) 296.04º 0.97% 0.8% -
XYZ 32.46 15.59 58.42 -
YUV 84.47 195.46 203.98 -
System Red Green Blue C M Y K H S L
Decimal 191 7 204 0.06 0.97 0 0.2 296.04 0.93 0.41
Hex BF 7 CC 6 61 0 14 128 5D 29
Octal 277 7 314 6 141 0 24 450 135 51
Binary 10111111 111 11001100 110 1100001 0 10100 100101000 1011101 101001

Color Harmonies of #BF07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF07CC

Black with #BF07CC

Text Example


Text Example

White with #BF07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF07CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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