Html Css Color HEX #BF07C5 Deep Magenta

📋 copy color: '#BF07C5'

red 191 ◦ green 7 ◦ blue 197

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

Shades of Deep Magenta #BF07C5

Tints of Deep Magenta #BF07C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 49.87%

R = 48.35%
G = 1.77%
B = 49.87%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF07C5 (or 0xBF07C5) is known color: Deep Magenta. HEX triplet: BF, 07 and C5. RGB value is (191,7,197). Sum of RGB (Red+Green+Blue) = 191+7+197=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF07C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF07C5 is #40F83A. Grayscale: #535353. Windows color (decimal): -4257851 or 12912575. OLE color: 12912575.

HSL color Cylindrical-coordinate representation of color #BF07C5: hue angle of 298.11º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF07C5 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 7 197 -
CMYK 0.03 0.96 0 0.23
HSL 298.11º 0.93% 0.4% -
HSV(B) 298.11º 0.96% 0.77% -
XYZ 31.64 15.26 54.1 -
YUV 83.68 191.96 204.55 -
System Red Green Blue C M Y K H S L
Decimal 191 7 197 0.03 0.96 0 0.23 298.11 0.93 0.4
Hex BF 7 C5 3 60 0 17 12A 5D 28
Octal 277 7 305 3 140 0 27 452 135 50
Binary 10111111 111 11000101 11 1100000 0 10111 100101010 1011101 101000

Color Harmonies of #BF07C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF07C5

Black with #BF07C5

Text Example


Text Example

White with #BF07C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF07C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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