Html Css Color HEX #BF18CE Deep Magenta

📋 copy color: '#BF18CE'

red 191 ◦ green 24 ◦ blue 206

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

Shades of Deep Magenta #BF18CE

Tints of Deep Magenta #BF18CE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.7%

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 45.37%
G = 5.7%
B = 48.93%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF18CE (or 0xBF18CE) is known color: Deep Magenta. HEX triplet: BF, 18 and CE. RGB value is (191,24,206). Sum of RGB (Red+Green+Blue) = 191+24+206=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF18CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF18CE is #40E731. Grayscale: #5E5E5E. Windows color (decimal): -4253490 or 13506751. OLE color: 13506751.

HSL color Cylindrical-coordinate representation of color #BF18CE: hue angle of 295.05º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF18CE is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 24 206 -
CMYK 0.07 0.88 0 0.19
HSL 295.06º 0.79% 0.45% -
HSV(B) 295.06º 0.88% 0.81% -
XYZ 32.95 16.19 59.78 -
YUV 94.68 190.83 196.7 -
System Red Green Blue C M Y K H S L
Decimal 191 24 206 0.07 0.88 0 0.19 295.06 0.79 0.45
Hex BF 18 CE 7 58 0 13 127 4F 2D
Octal 277 30 316 7 130 0 23 447 117 55
Binary 10111111 11000 11001110 111 1011000 0 10011 100100111 1001111 101101

Color Harmonies of #BF18CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF18CE

Black with #BF18CE

Text Example


Text Example

White with #BF18CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF18CE; }

 p { color: rgb(191,24,206); }

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

background-color css

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

 a { background-color: rgb(191,24,206); }

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

border-color css

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

 span { border-color: rgb(191,24,206); }

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