Html Css Color HEX #B414CB Deep Magenta

📋 copy color: '#B414CB'

red 180 ◦ green 20 ◦ blue 203

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

Shades of Deep Magenta #B414CB

Tints of Deep Magenta #B414CB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.96%

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

R = 44.67%
G = 4.96%
B = 50.37%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B414CB (or 0xB414CB) is known color: Deep Magenta. HEX triplet: B4, 14 and CB. RGB value is (180,20,203). Sum of RGB (Red+Green+Blue) = 180+20+203=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #B414CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B414CB is #4BEB34. Grayscale: #585858. Windows color (decimal): -4975413 or 13309108. OLE color: 13309108.

HSL color Cylindrical-coordinate representation of color #B414CB: hue angle of 292.46º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B414CB is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 20 203 -
CMYK 0.11 0.90 0 0.20
HSL 292.46º 0.82% 0.44% -
HSV(B) 292.46º 0.9% 0.8% -
XYZ 29.85 14.52 57.73 -
YUV 88.7 192.51 193.12 -
System Red Green Blue C M Y K H S L
Decimal 180 20 203 0.11 0.90 0 0.20 292.46 0.82 0.44
Hex B4 14 CB B 5A 0 14 124 52 2C
Octal 264 24 313 13 132 0 24 444 122 54
Binary 10110100 10100 11001011 1011 1011010 0 10100 100100100 1010010 101100

Color Harmonies of #B414CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B414CB

Black with #B414CB

Text Example


Text Example

White with #B414CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B414CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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