Html Css Color HEX #B618CE Deep Magenta

📋 copy color: '#B618CE'

red 182 ◦ green 24 ◦ blue 206

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

Shades of Deep Magenta #B618CE

Tints of Deep Magenta #B618CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50%

R = 44.17%
G = 5.83%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B618CE (or 0xB618CE) is known color: Deep Magenta. HEX triplet: B6, 18 and CE. RGB value is (182,24,206). Sum of RGB (Red+Green+Blue) = 182+24+206=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #B618CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B618CE is #49E731. Grayscale: #5B5B5B. Windows color (decimal): -4843314 or 13506742. OLE color: 13506742.

HSL color Cylindrical-coordinate representation of color #B618CE: hue angle of 292.09º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B618CE is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 24 206 -
CMYK 0.12 0.88 0 0.19
HSL 292.09º 0.79% 0.45% -
HSV(B) 292.09º 0.88% 0.81% -
XYZ 30.76 15.05 59.68 -
YUV 91.99 192.35 192.2 -
System Red Green Blue C M Y K H S L
Decimal 182 24 206 0.12 0.88 0 0.19 292.09 0.79 0.45
Hex B6 18 CE C 58 0 13 124 4F 2D
Octal 266 30 316 14 130 0 23 444 117 55
Binary 10110110 11000 11001110 1100 1011000 0 10011 100100100 1001111 101101

Color Harmonies of #B618CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B618CE

Black with #B618CE

Text Example


Text Example

White with #B618CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B618CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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