Html Css Color HEX #B61ECB Deep Magenta

📋 copy color: '#B61ECB'

red 182 ◦ green 30 ◦ blue 203

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

Shades of Deep Magenta #B61ECB

Tints of Deep Magenta #B61ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 43.86%
G = 7.23%
B = 48.92%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B61ECB (or 0xB61ECB) is known color: Deep Magenta. HEX triplet: B6, 1E and CB. RGB value is (182,30,203). Sum of RGB (Red+Green+Blue) = 182+30+203=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #B61ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61ECB is #49E134. Grayscale: #5E5E5E. Windows color (decimal): -4841781 or 13311670. OLE color: 13311670.

HSL color Cylindrical-coordinate representation of color #B61ECB: hue angle of 292.72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61ECB is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 30 203 -
CMYK 0.10 0.85 0 0.20
HSL 292.72º 0.74% 0.46% -
HSV(B) 292.72º 0.85% 0.8% -
XYZ 30.54 15.19 57.82 -
YUV 95.17 188.86 189.93 -
System Red Green Blue C M Y K H S L
Decimal 182 30 203 0.10 0.85 0 0.20 292.72 0.74 0.46
Hex B6 1E CB A 55 0 14 125 4A 2E
Octal 266 36 313 12 125 0 24 445 112 56
Binary 10110110 11110 11001011 1010 1010101 0 10100 100100101 1001010 101110

Color Harmonies of #B61ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61ECB

Black with #B61ECB

Text Example


Text Example

White with #B61ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61ECB; }

 p { color: rgb(182,30,203); }

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

background-color css

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

 a { background-color: rgb(182,30,203); }

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

border-color css

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

 span { border-color: rgb(182,30,203); }

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