Html Css Color HEX #B303CD Deep Magenta

📋 copy color: '#B303CD'

red 179 ◦ green 3 ◦ blue 205

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

Shades of Deep Magenta #B303CD

Tints of Deep Magenta #B303CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.97%

R = 46.25%
G = 0.78%
B = 52.97%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B303CD (or 0xB303CD) is known color: Deep Magenta. HEX triplet: B3, 03 and CD. RGB value is (179,3,205). Sum of RGB (Red+Green+Blue) = 179+3+205=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #B303CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303CD is #4CFC32. Grayscale: #4E4E4E. Windows color (decimal): -5045299 or 13435827. OLE color: 13435827.

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

Color convert

RGB 179 3 205 -
CMYK 0.13 0.99 0 0.20
HSL 292.28º 0.97% 0.41% -
HSV(B) 292.28º 0.99% 0.8% -
XYZ 29.64 14.06 58.91 -
YUV 78.65 199.31 199.57 -
System Red Green Blue C M Y K H S L
Decimal 179 3 205 0.13 0.99 0 0.20 292.28 0.97 0.41
Hex B3 3 CD D 63 0 14 124 61 29
Octal 263 3 315 15 143 0 24 444 141 51
Binary 10110011 11 11001101 1101 1100011 0 10100 100100100 1100001 101001

Color Harmonies of #B303CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303CD

Black with #B303CD

Text Example


Text Example

White with #B303CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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