Html Css Color HEX #B618B3 Deep Magenta

📋 copy color: '#B618B3'

red 182 ◦ green 24 ◦ blue 179

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

Shades of Deep Magenta #B618B3

Tints of Deep Magenta #B618B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 47.27%
G = 6.23%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B618B3 (or 0xB618B3) is known color: Deep Magenta. HEX triplet: B6, 18 and B3. RGB value is (182,24,179). Sum of RGB (Red+Green+Blue) = 182+24+179=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B618B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B618B3 is #49E74C. Grayscale: #585858. Windows color (decimal): -4843341 or 11737270. OLE color: 11737270.

HSL color Cylindrical-coordinate representation of color #B618B3: hue angle of 301.14º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B618B3 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 24 179 -
CMYK 0 0.87 0.02 0.29
HSL 301.14º 0.77% 0.4% -
HSV(B) 301.14º 0.87% 0.71% -
XYZ 27.75 13.85 43.86 -
YUV 88.91 178.85 194.4 -
System Red Green Blue C M Y K H S L
Decimal 182 24 179 0 0.87 0.02 0.29 301.14 0.77 0.4
Hex B6 18 B3 0 57 2 1D 12D 4D 28
Octal 266 30 263 0 127 2 35 455 115 50
Binary 10110110 11000 10110011 0 1010111 10 11101 100101101 1001101 101000

Color Harmonies of #B618B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B618B3

Black with #B618B3

Text Example


Text Example

White with #B618B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B618B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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