Html Css Color HEX #B618BB Deep Magenta

📋 copy color: '#B618BB'

red 182 ◦ green 24 ◦ blue 187

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

Shades of Deep Magenta #B618BB

Tints of Deep Magenta #B618BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 46.31%
G = 6.11%
B = 47.58%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B618BB (or 0xB618BB) is known color: Deep Magenta. HEX triplet: B6, 18 and BB. RGB value is (182,24,187). Sum of RGB (Red+Green+Blue) = 182+24+187=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #B618BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B618BB is #49E744. Grayscale: #595959. Windows color (decimal): -4843333 or 12261558. OLE color: 12261558.

HSL color Cylindrical-coordinate representation of color #B618BB: hue angle of 298.16º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B618BB is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 24 187 -
CMYK 0.03 0.87 0 0.27
HSL 298.16º 0.77% 0.41% -
HSV(B) 298.16º 0.87% 0.73% -
XYZ 28.59 14.19 48.25 -
YUV 89.82 182.85 193.75 -
System Red Green Blue C M Y K H S L
Decimal 182 24 187 0.03 0.87 0 0.27 298.16 0.77 0.41
Hex B6 18 BB 3 57 0 1B 12A 4D 29
Octal 266 30 273 3 127 0 33 452 115 51
Binary 10110110 11000 10111011 11 1010111 0 11011 100101010 1001101 101001

Color Harmonies of #B618BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B618BB

Black with #B618BB

Text Example


Text Example

White with #B618BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B618BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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