Html Css Color HEX #B41CCB Deep Magenta

📋 copy color: '#B41CCB'

red 180 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #B41CCB

Tints of Deep Magenta #B41CCB

RGB

 RED value IS 180 (70.7% from 255) = 43.8%

 GREEN value IS 28 (11.33% from 255) = 6.81%

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

R = 43.8%
G = 6.81%
B = 49.39%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B41CCB (or 0xB41CCB) is known color: Deep Magenta. HEX triplet: B4, 1C and CB. RGB value is (180,28,203). Sum of RGB (Red+Green+Blue) = 180+28+203=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #B41CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41CCB is #4BE334. Grayscale: #5C5C5C. Windows color (decimal): -4973365 or 13311156. OLE color: 13311156.

HSL color Cylindrical-coordinate representation of color #B41CCB: hue angle of 292.11º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41CCB is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 28 203 -
CMYK 0.11 0.86 0 0.20
HSL 292.11º 0.76% 0.45% -
HSV(B) 292.11º 0.86% 0.8% -
XYZ 30.02 14.85 57.78 -
YUV 93.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 180 28 203 0.11 0.86 0 0.20 292.11 0.76 0.45
Hex B4 1C CB B 56 0 14 124 4C 2D
Octal 264 34 313 13 126 0 24 444 114 55
Binary 10110100 11100 11001011 1011 1010110 0 10100 100100100 1001100 101101

Color Harmonies of #B41CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41CCB

Black with #B41CCB

Text Example


Text Example

White with #B41CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41CCB; }

 p { color: rgb(180,28,203); }

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

background-color css

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

 a { background-color: rgb(180,28,203); }

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

border-color css

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

 span { border-color: rgb(180,28,203); }

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