Html Css Color HEX #B918CC Deep Magenta

📋 copy color: '#B918CC'

red 185 ◦ green 24 ◦ blue 204

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

Shades of Deep Magenta #B918CC

Tints of Deep Magenta #B918CC

RGB

 RED value IS 185 (72.66% from 255) = 44.79%

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

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

R = 44.79%
G = 5.81%
B = 49.39%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B918CC (or 0xB918CC) is known color: Deep Magenta. HEX triplet: B9, 18 and CC. RGB value is (185,24,204). Sum of RGB (Red+Green+Blue) = 185+24+204=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #B918CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918CC is #46E733. Grayscale: #5C5C5C. Windows color (decimal): -4646708 or 13375673. OLE color: 13375673.

HSL color Cylindrical-coordinate representation of color #B918CC: hue angle of 293.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 #B918CC is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 24 204 -
CMYK 0.09 0.88 0 0.2
HSL 293.67º 0.79% 0.45% -
HSV(B) 293.67º 0.88% 0.8% -
XYZ 31.23 15.33 58.44 -
YUV 92.66 190.84 193.86 -
System Red Green Blue C M Y K H S L
Decimal 185 24 204 0.09 0.88 0 0.2 293.67 0.79 0.45
Hex B9 18 CC 9 58 0 14 126 4F 2D
Octal 271 30 314 11 130 0 24 446 117 55
Binary 10111001 11000 11001100 1001 1011000 0 10100 100100110 1001111 101101

Color Harmonies of #B918CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918CC

Black with #B918CC

Text Example


Text Example

White with #B918CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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