Html Css Color HEX #B303CB Deep Magenta

📋 copy color: '#B303CB'

red 179 ◦ green 3 ◦ blue 203

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

Shades of Deep Magenta #B303CB

Tints of Deep Magenta #B303CB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 46.49%
G = 0.78%
B = 52.73%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B303CB (or 0xB303CB) is known color: Deep Magenta. HEX triplet: B3, 03 and CB. RGB value is (179,3,203). Sum of RGB (Red+Green+Blue) = 179+3+203=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #B303CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303CB is #4CFC34. Grayscale: #4D4D4D. Windows color (decimal): -5045301 or 13304755. OLE color: 13304755.

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

Color convert

RGB 179 3 203 -
CMYK 0.12 0.99 0 0.20
HSL 292.8º 0.97% 0.4% -
HSV(B) 292.8º 0.99% 0.8% -
XYZ 29.4 13.96 57.64 -
YUV 78.42 198.31 199.74 -
System Red Green Blue C M Y K H S L
Decimal 179 3 203 0.12 0.99 0 0.20 292.8 0.97 0.4
Hex B3 3 CB C 63 0 14 125 61 28
Octal 263 3 313 14 143 0 24 445 141 50
Binary 10110011 11 11001011 1100 1100011 0 10100 100100101 1100001 101000

Color Harmonies of #B303CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303CB

Black with #B303CB

Text Example


Text Example

White with #B303CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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