Html Css Color HEX #B718CA Deep Magenta

📋 copy color: '#B718CA'

red 183 ◦ green 24 ◦ blue 202

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

Shades of Deep Magenta #B718CA

Tints of Deep Magenta #B718CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.39%

R = 44.74%
G = 5.87%
B = 49.39%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B718CA (or 0xB718CA) is known color: Deep Magenta. HEX triplet: B7, 18 and CA. RGB value is (183,24,202). Sum of RGB (Red+Green+Blue) = 183+24+202=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #B718CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B718CA is #48E735. Grayscale: #5B5B5B. Windows color (decimal): -4777782 or 13244599. OLE color: 13244599.

HSL color Cylindrical-coordinate representation of color #B718CA: hue angle of 293.6º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B718CA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 24 202 -
CMYK 0.09 0.88 0 0.21
HSL 293.6º 0.79% 0.44% -
HSV(B) 293.6º 0.88% 0.79% -
XYZ 30.52 14.98 57.16 -
YUV 91.83 190.18 193.03 -
System Red Green Blue C M Y K H S L
Decimal 183 24 202 0.09 0.88 0 0.21 293.6 0.79 0.44
Hex B7 18 CA 9 58 0 15 126 4F 2C
Octal 267 30 312 11 130 0 25 446 117 54
Binary 10110111 11000 11001010 1001 1011000 0 10101 100100110 1001111 101100

Color Harmonies of #B718CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B718CA

Black with #B718CA

Text Example


Text Example

White with #B718CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B718CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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