Html Css Color HEX #B301CB Deep Magenta

📋 copy color: '#B301CB'

red 179 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #B301CB

Tints of Deep Magenta #B301CB

RGB

 RED value IS 179 (70.31% from 255) = 46.74%

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 46.74%
G = 0.26%
B = 53%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B301CB (or 0xB301CB) is known color: Deep Magenta. HEX triplet: B3, 01 and CB. RGB value is (179,1,203). Sum of RGB (Red+Green+Blue) = 179+1+203=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #B301CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301CB is #4CFE34. Grayscale: #4C4C4C. Windows color (decimal): -5045813 or 13304243. OLE color: 13304243.

HSL color Cylindrical-coordinate representation of color #B301CB: hue angle of 292.87º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B301CB is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 1 203 -
CMYK 0.12 1.00 0 0.20
HSL 292.87º 0.99% 0.4% -
HSV(B) 292.87º 1% 0.8% -
XYZ 29.38 13.92 57.64 -
YUV 77.25 198.97 200.57 -
System Red Green Blue C M Y K H S L
Decimal 179 1 203 0.12 1.00 0 0.20 292.87 0.99 0.4
Hex B3 1 CB C 64 0 14 125 63 28
Octal 263 1 313 14 144 0 24 445 143 50
Binary 10110011 1 11001011 1100 1100100 0 10100 100100101 1100011 101000

Color Harmonies of #B301CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301CB

Black with #B301CB

Text Example


Text Example

White with #B301CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301CB; }

 p { color: rgb(179,1,203); }

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

background-color css

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

 a { background-color: rgb(179,1,203); }

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

border-color css

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

 span { border-color: rgb(179,1,203); }

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