Html Css Color HEX #B618C2 Deep Magenta

📋 copy color: '#B618C2'

red 182 ◦ green 24 ◦ blue 194

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

Shades of Deep Magenta #B618C2

Tints of Deep Magenta #B618C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.5%

R = 45.5%
G = 6%
B = 48.5%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B618C2 (or 0xB618C2) is known color: Deep Magenta. HEX triplet: B6, 18 and C2. RGB value is (182,24,194). Sum of RGB (Red+Green+Blue) = 182+24+194=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 194 (76.17% from 255 or 48.5% from 400); Max value from RGB is 194 - color contains mainly: blue. Hex color #B618C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B618C2 is #49E73D. Grayscale: #5A5A5A. Windows color (decimal): -4843326 or 12720310. OLE color: 12720310.

HSL color Cylindrical-coordinate representation of color #B618C2: hue angle of 295.76º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B618C2 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 24 194 -
CMYK 0.06 0.88 0 0.24
HSL 295.76º 0.78% 0.43% -
HSV(B) 295.76º 0.88% 0.76% -
XYZ 29.36 14.49 52.29 -
YUV 90.62 186.35 193.18 -
System Red Green Blue C M Y K H S L
Decimal 182 24 194 0.06 0.88 0 0.24 295.76 0.78 0.43
Hex B6 18 C2 6 58 0 18 128 4E 2B
Octal 266 30 302 6 130 0 30 450 116 53
Binary 10110110 11000 11000010 110 1011000 0 11000 100101000 1001110 101011

Color Harmonies of #B618C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B618C2

Black with #B618C2

Text Example


Text Example

White with #B618C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B618C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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