Html Css Color HEX #B618CA Deep Magenta

📋 copy color: '#B618CA'

red 182 ◦ green 24 ◦ blue 202

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

Shades of Deep Magenta #B618CA

Tints of Deep Magenta #B618CA

RGB

 RED value IS 182 (71.48% from 255) = 44.61%

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

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

R = 44.61%
G = 5.88%
B = 49.51%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B618CA (or 0xB618CA) is known color: Deep Magenta. HEX triplet: B6, 18 and CA. RGB value is (182,24,202). Sum of RGB (Red+Green+Blue) = 182+24+202=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #B618CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B618CA is #49E735. Grayscale: #5A5A5A. Windows color (decimal): -4843318 or 13244598. OLE color: 13244598.

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

Color convert

RGB 182 24 202 -
CMYK 0.10 0.88 0 0.21
HSL 293.26º 0.79% 0.44% -
HSV(B) 293.26º 0.88% 0.79% -
XYZ 30.28 14.86 57.15 -
YUV 91.53 190.35 192.53 -
System Red Green Blue C M Y K H S L
Decimal 182 24 202 0.10 0.88 0 0.21 293.26 0.79 0.44
Hex B6 18 CA A 58 0 15 125 4F 2C
Octal 266 30 312 12 130 0 25 445 117 54
Binary 10110110 11000 11001010 1010 1011000 0 10101 100100101 1001111 101100

Color Harmonies of #B618CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B618CA

Black with #B618CA

Text Example


Text Example

White with #B618CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B618CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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