Html Css Color HEX #B31EBD Deep Magenta

📋 copy color: '#B31EBD'

red 179 ◦ green 30 ◦ blue 189

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

Shades of Deep Magenta #B31EBD

Tints of Deep Magenta #B31EBD

RGB

 RED value IS 179 (70.31% from 255) = 44.97%

 GREEN value IS 30 (12.11% from 255) = 7.54%

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 44.97%
G = 7.54%
B = 47.49%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B31EBD (or 0xB31EBD) is known color: Deep Magenta. HEX triplet: B3, 1E and BD. RGB value is (179,30,189). Sum of RGB (Red+Green+Blue) = 179+30+189=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #B31EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31EBD is #4CE142. Grayscale: #5C5C5C. Windows color (decimal): -5038403 or 12394163. OLE color: 12394163.

HSL color Cylindrical-coordinate representation of color #B31EBD: hue angle of 296.23º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31EBD is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 30 189 -
CMYK 0.05 0.84 0 0.26
HSL 296.23º 0.73% 0.43% -
HSV(B) 296.23º 0.84% 0.74% -
XYZ 28.24 14.19 49.39 -
YUV 92.68 182.36 189.57 -
System Red Green Blue C M Y K H S L
Decimal 179 30 189 0.05 0.84 0 0.26 296.23 0.73 0.43
Hex B3 1E BD 5 54 0 1A 128 49 2B
Octal 263 36 275 5 124 0 32 450 111 53
Binary 10110011 11110 10111101 101 1010100 0 11010 100101000 1001001 101011

Color Harmonies of #B31EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31EBD

Black with #B31EBD

Text Example


Text Example

White with #B31EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31EBD; }

 p { color: rgb(179,30,189); }

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

background-color css

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

 a { background-color: rgb(179,30,189); }

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

border-color css

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

 span { border-color: rgb(179,30,189); }

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