Html Css Color HEX #BF18CC Deep Magenta

📋 copy color: '#BF18CC'

red 191 ◦ green 24 ◦ blue 204

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

Shades of Deep Magenta #BF18CC

Tints of Deep Magenta #BF18CC

RGB

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

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

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

R = 45.58%
G = 5.73%
B = 48.69%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF18CC (or 0xBF18CC) is known color: Deep Magenta. HEX triplet: BF, 18 and CC. RGB value is (191,24,204). Sum of RGB (Red+Green+Blue) = 191+24+204=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF18CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF18CC is #40E733. Grayscale: #5D5D5D. Windows color (decimal): -4253492 or 13375679. OLE color: 13375679.

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

Color convert

RGB 191 24 204 -
CMYK 0.06 0.88 0 0.2
HSL 295.67º 0.79% 0.45% -
HSV(B) 295.67º 0.88% 0.8% -
XYZ 32.71 16.09 58.51 -
YUV 94.45 189.83 196.86 -
System Red Green Blue C M Y K H S L
Decimal 191 24 204 0.06 0.88 0 0.2 295.67 0.79 0.45
Hex BF 18 CC 6 58 0 14 128 4F 2D
Octal 277 30 314 6 130 0 24 450 117 55
Binary 10111111 11000 11001100 110 1011000 0 10100 100101000 1001111 101101

Color Harmonies of #BF18CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF18CC

Black with #BF18CC

Text Example


Text Example

White with #BF18CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF18CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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