Html Css Color HEX #B300DA Deep Magenta

📋 copy color: '#B300DA'

red 179 ◦ green 0 ◦ blue 218

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

Shades of Deep Magenta #B300DA

Tints of Deep Magenta #B300DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.91%

R = 45.09%
G = 0%
B = 54.91%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B300DA (or 0xB300DA) is known color: Deep Magenta. HEX triplet: B3, 00 and DA. RGB value is (179,0,218). Sum of RGB (Red+Green+Blue) = 179+0+218=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #B300DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300DA is #4CFF25. Grayscale: #4D4D4D. Windows color (decimal): -5046054 or 14287027. OLE color: 14287027.

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

Color convert

RGB 179 0 218 -
CMYK 0.18 1 0 0.15
HSL 289.27º 1% 0.43% -
HSV(B) 289.27º 1% 0.85% -
XYZ 31.25 14.65 67.51 -
YUV 78.37 206.8 199.77 -
System Red Green Blue C M Y K H S L
Decimal 179 0 218 0.18 1 0 0.15 289.27 1 0.43
Hex B3 0 DA 12 64 0 F 121 64 2B
Octal 263 0 332 22 144 0 17 441 144 53
Binary 10110011 0 11011010 10010 1100100 0 1111 100100001 1100100 101011

Color Harmonies of #B300DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300DA

Black with #B300DA

Text Example


Text Example

White with #B300DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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