Html Css Color HEX #B718CD Deep Magenta

📋 copy color: '#B718CD'

red 183 ◦ green 24 ◦ blue 205

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

Shades of Deep Magenta #B718CD

Tints of Deep Magenta #B718CD

RGB

 RED value IS 183 (71.88% from 255) = 44.42%

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

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 44.42%
G = 5.83%
B = 49.76%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B718CD (or 0xB718CD) is known color: Deep Magenta. HEX triplet: B7, 18 and CD. RGB value is (183,24,205). Sum of RGB (Red+Green+Blue) = 183+24+205=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #B718CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B718CD is #48E732. Grayscale: #5B5B5B. Windows color (decimal): -4777779 or 13441207. OLE color: 13441207.

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

Color convert

RGB 183 24 205 -
CMYK 0.11 0.88 0 0.20
HSL 292.71º 0.79% 0.45% -
HSV(B) 292.71º 0.88% 0.8% -
XYZ 30.87 15.13 59.05 -
YUV 92.18 191.68 192.78 -
System Red Green Blue C M Y K H S L
Decimal 183 24 205 0.11 0.88 0 0.20 292.71 0.79 0.45
Hex B7 18 CD B 58 0 14 125 4F 2D
Octal 267 30 315 13 130 0 24 445 117 55
Binary 10110111 11000 11001101 1011 1011000 0 10100 100100101 1001111 101101

Color Harmonies of #B718CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B718CD

Black with #B718CD

Text Example


Text Example

White with #B718CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B718CD; }

 p { color: rgb(183,24,205); }

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

background-color css

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

 a { background-color: rgb(183,24,205); }

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

border-color css

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

 span { border-color: rgb(183,24,205); }

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