Html Css Color HEX #B303CF Deep Magenta

📋 copy color: '#B303CF'

red 179 ◦ green 3 ◦ blue 207

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

Shades of Deep Magenta #B303CF

Tints of Deep Magenta #B303CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 46.02%
G = 0.77%
B = 53.21%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B303CF (or 0xB303CF) is known color: Deep Magenta. HEX triplet: B3, 03 and CF. RGB value is (179,3,207). Sum of RGB (Red+Green+Blue) = 179+3+207=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #B303CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303CF is #4CFC30. Grayscale: #4E4E4E. Windows color (decimal): -5045297 or 13566899. OLE color: 13566899.

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

Color convert

RGB 179 3 207 -
CMYK 0.14 0.99 0 0.19
HSL 291.76º 0.97% 0.41% -
HSV(B) 291.76º 0.99% 0.81% -
XYZ 29.89 14.15 60.19 -
YUV 78.88 200.31 199.41 -
System Red Green Blue C M Y K H S L
Decimal 179 3 207 0.14 0.99 0 0.19 291.76 0.97 0.41
Hex B3 3 CF E 63 0 13 124 61 29
Octal 263 3 317 16 143 0 23 444 141 51
Binary 10110011 11 11001111 1110 1100011 0 10011 100100100 1100001 101001

Color Harmonies of #B303CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303CF

Black with #B303CF

Text Example


Text Example

White with #B303CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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