Html Css Color HEX #B617BF Deep Magenta

📋 copy color: '#B617BF'

red 182 ◦ green 23 ◦ blue 191

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

Shades of Deep Magenta #B617BF

Tints of Deep Magenta #B617BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 45.96%
G = 5.81%
B = 48.23%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B617BF (or 0xB617BF) is known color: Deep Magenta. HEX triplet: B6, 17 and BF. RGB value is (182,23,191). Sum of RGB (Red+Green+Blue) = 182+23+191=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #B617BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B617BF is #49E840. Grayscale: #595959. Windows color (decimal): -4843585 or 12523446. OLE color: 12523446.

HSL color Cylindrical-coordinate representation of color #B617BF: hue angle of 296.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B617BF is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 23 191 -
CMYK 0.05 0.88 0 0.25
HSL 296.79º 0.79% 0.42% -
HSV(B) 296.79º 0.88% 0.75% -
XYZ 29 14.32 50.53 -
YUV 89.69 185.18 193.84 -
System Red Green Blue C M Y K H S L
Decimal 182 23 191 0.05 0.88 0 0.25 296.79 0.79 0.42
Hex B6 17 BF 5 58 0 19 129 4F 2A
Octal 266 27 277 5 130 0 31 451 117 52
Binary 10110110 10111 10111111 101 1011000 0 11001 100101001 1001111 101010

Color Harmonies of #B617BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617BF

Black with #B617BF

Text Example


Text Example

White with #B617BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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