Html Css Color HEX #B617BB Deep Magenta

📋 copy color: '#B617BB'

red 182 ◦ green 23 ◦ blue 187

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

Shades of Deep Magenta #B617BB

Tints of Deep Magenta #B617BB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.87%

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

R = 46.43%
G = 5.87%
B = 47.7%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B617BB (or 0xB617BB) is known color: Deep Magenta. HEX triplet: B6, 17 and BB. RGB value is (182,23,187). Sum of RGB (Red+Green+Blue) = 182+23+187=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #B617BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B617BB is #49E844. Grayscale: #585858. Windows color (decimal): -4843589 or 12261302. OLE color: 12261302.

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

Color convert

RGB 182 23 187 -
CMYK 0.03 0.88 0 0.27
HSL 298.17º 0.78% 0.41% -
HSV(B) 298.17º 0.88% 0.73% -
XYZ 28.57 14.15 48.24 -
YUV 89.24 183.18 194.16 -
System Red Green Blue C M Y K H S L
Decimal 182 23 187 0.03 0.88 0 0.27 298.17 0.78 0.41
Hex B6 17 BB 3 58 0 1B 12A 4E 29
Octal 266 27 273 3 130 0 33 452 116 51
Binary 10110110 10111 10111011 11 1011000 0 11011 100101010 1001110 101001

Color Harmonies of #B617BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617BB

Black with #B617BB

Text Example


Text Example

White with #B617BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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