Html Css Color HEX #B407CB Deep Magenta

📋 copy color: '#B407CB'

red 180 ◦ green 7 ◦ blue 203

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

Shades of Deep Magenta #B407CB

Tints of Deep Magenta #B407CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.79%

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

R = 46.15%
G = 1.79%
B = 52.05%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B407CB (or 0xB407CB) is known color: Deep Magenta. HEX triplet: B4, 07 and CB. RGB value is (180,7,203). Sum of RGB (Red+Green+Blue) = 180+7+203=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #B407CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407CB is #4BF834. Grayscale: #505050. Windows color (decimal): -4978741 or 13305780. OLE color: 13305780.

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

Color convert

RGB 180 7 203 -
CMYK 0.11 0.97 0 0.20
HSL 292.96º 0.93% 0.41% -
HSV(B) 292.96º 0.97% 0.8% -
XYZ 29.68 14.17 57.67 -
YUV 81.07 196.81 198.56 -
System Red Green Blue C M Y K H S L
Decimal 180 7 203 0.11 0.97 0 0.20 292.96 0.93 0.41
Hex B4 7 CB B 61 0 14 125 5D 29
Octal 264 7 313 13 141 0 24 445 135 51
Binary 10110100 111 11001011 1011 1100001 0 10100 100100101 1011101 101001

Color Harmonies of #B407CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B407CB

Black with #B407CB

Text Example


Text Example

White with #B407CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B407CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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