Html Css Color HEX #B300D0 Deep Magenta

📋 copy color: '#B300D0'

red 179 ◦ green 0 ◦ blue 208

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

Shades of Deep Magenta #B300D0

Tints of Deep Magenta #B300D0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 208 (81.64% from 255) = 53.75%

R = 46.25%
G = 0%
B = 53.75%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B300D0 (or 0xB300D0) is known color: Deep Magenta. HEX triplet: B3, 00 and D0. RGB value is (179,0,208). Sum of RGB (Red+Green+Blue) = 179+0+208=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #B300D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300D0 is #4CFF2F. Grayscale: #4C4C4C. Windows color (decimal): -5046064 or 13631667. OLE color: 13631667.

HSL color Cylindrical-coordinate representation of color #B300D0: hue angle of 291.63º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300D0 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 0 208 -
CMYK 0.14 1 0 0.18
HSL 291.63º 1% 0.41% -
HSV(B) 291.63º 1% 0.82% -
XYZ 29.98 14.14 60.82 -
YUV 77.23 201.8 200.59 -
System Red Green Blue C M Y K H S L
Decimal 179 0 208 0.14 1 0 0.18 291.63 1 0.41
Hex B3 0 D0 E 64 0 12 124 64 29
Octal 263 0 320 16 144 0 22 444 144 51
Binary 10110011 0 11010000 1110 1100100 0 10010 100100100 1100100 101001

Color Harmonies of #B300D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300D0

Black with #B300D0

Text Example


Text Example

White with #B300D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300D0; }

 p { color: rgb(179,0,208); }

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

background-color css

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

 a { background-color: rgb(179,0,208); }

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

border-color css

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

 span { border-color: rgb(179,0,208); }

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