Html Css Color HEX #B918CB Deep Magenta

📋 copy color: '#B918CB'

red 185 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #B918CB

Tints of Deep Magenta #B918CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 44.9%
G = 5.83%
B = 49.27%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B918CB (or 0xB918CB) is known color: Deep Magenta. HEX triplet: B9, 18 and CB. RGB value is (185,24,203). Sum of RGB (Red+Green+Blue) = 185+24+203=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #B918CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918CB is #46E734. Grayscale: #5B5B5B. Windows color (decimal): -4646709 or 13310137. OLE color: 13310137.

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

Color convert

RGB 185 24 203 -
CMYK 0.09 0.88 0 0.20
HSL 293.97º 0.79% 0.45% -
HSV(B) 293.97º 0.88% 0.8% -
XYZ 31.11 15.28 57.81 -
YUV 92.55 190.34 193.95 -
System Red Green Blue C M Y K H S L
Decimal 185 24 203 0.09 0.88 0 0.20 293.97 0.79 0.45
Hex B9 18 CB 9 58 0 14 126 4F 2D
Octal 271 30 313 11 130 0 24 446 117 55
Binary 10111001 11000 11001011 1001 1011000 0 10100 100100110 1001111 101101

Color Harmonies of #B918CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918CB

Black with #B918CB

Text Example


Text Example

White with #B918CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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