Html Css Color HEX #BF03BC Deep Magenta

📋 copy color: '#BF03BC'

red 191 ◦ green 3 ◦ blue 188

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

Shades of Deep Magenta #BF03BC

Tints of Deep Magenta #BF03BC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 50%
G = 0.79%
B = 49.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF03BC (or 0xBF03BC) is known color: Deep Magenta. HEX triplet: BF, 03 and BC. RGB value is (191,3,188). Sum of RGB (Red+Green+Blue) = 191+3+188=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF03BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF03BC is #40FC43. Grayscale: #4F4F4F. Windows color (decimal): -4258884 or 12321727. OLE color: 12321727.

HSL color Cylindrical-coordinate representation of color #BF03BC: hue angle of 300.96º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF03BC is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 3 188 -
CMYK 0 0.98 0.02 0.25
HSL 300.96º 0.97% 0.38% -
HSV(B) 300.96º 0.98% 0.75% -
XYZ 30.6 14.77 48.82 -
YUV 80.3 188.78 206.96 -
System Red Green Blue C M Y K H S L
Decimal 191 3 188 0 0.98 0.02 0.25 300.96 0.97 0.38
Hex BF 3 BC 0 62 2 19 12D 61 26
Octal 277 3 274 0 142 2 31 455 141 46
Binary 10111111 11 10111100 0 1100010 10 11001 100101101 1100001 100110

Color Harmonies of #BF03BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF03BC

Black with #BF03BC

Text Example


Text Example

White with #BF03BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF03BC; }

 p { color: rgb(191,3,188); }

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

background-color css

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

 a { background-color: rgb(191,3,188); }

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

border-color css

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

 span { border-color: rgb(191,3,188); }

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