Html Css Color HEX #B41BCF Deep Magenta

📋 copy color: '#B41BCF'

red 180 ◦ green 27 ◦ blue 207

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

Shades of Deep Magenta #B41BCF

Tints of Deep Magenta #B41BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.52%

 BLUE value IS 207 (81.25% from 255) = 50%

R = 43.48%
G = 6.52%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B41BCF (or 0xB41BCF) is known color: Deep Magenta. HEX triplet: B4, 1B and CF. RGB value is (180,27,207). Sum of RGB (Red+Green+Blue) = 180+27+207=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #B41BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41BCF is #4BE430. Grayscale: #5C5C5C. Windows color (decimal): -4973617 or 13573044. OLE color: 13573044.

HSL color Cylindrical-coordinate representation of color #B41BCF: hue angle of 291º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41BCF is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 27 207 -
CMYK 0.13 0.87 0 0.19
HSL 291º 0.77% 0.46% -
HSV(B) 291º 0.87% 0.81% -
XYZ 30.48 14.99 60.32 -
YUV 93.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 180 27 207 0.13 0.87 0 0.19 291 0.77 0.46
Hex B4 1B CF D 57 0 13 123 4D 2E
Octal 264 33 317 15 127 0 23 443 115 56
Binary 10110100 11011 11001111 1101 1010111 0 10011 100100011 1001101 101110

Color Harmonies of #B41BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41BCF

Black with #B41BCF

Text Example


Text Example

White with #B41BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41BCF; }

 p { color: rgb(180,27,207); }

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

background-color css

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

 a { background-color: rgb(180,27,207); }

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

border-color css

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

 span { border-color: rgb(180,27,207); }

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