Html Css Color HEX #B300CB Deep Magenta

📋 copy color: '#B300CB'

red 179 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #B300CB

Tints of Deep Magenta #B300CB

RGB

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

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

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

R = 46.86%
G = 0%
B = 53.14%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B300CB (or 0xB300CB) is known color: Deep Magenta. HEX triplet: B3, 00 and CB. RGB value is (179,0,203). Sum of RGB (Red+Green+Blue) = 179+0+203=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #B300CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300CB is #4CFF34. Grayscale: #4C4C4C. Windows color (decimal): -5046069 or 13303987. OLE color: 13303987.

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

Color convert

RGB 179 0 203 -
CMYK 0.12 1 0 0.20
HSL 292.91º 1% 0.4% -
HSV(B) 292.91º 1% 0.8% -
XYZ 29.37 13.9 57.63 -
YUV 76.66 199.3 200.99 -
System Red Green Blue C M Y K H S L
Decimal 179 0 203 0.12 1 0 0.20 292.91 1 0.4
Hex B3 0 CB C 64 0 14 125 64 28
Octal 263 0 313 14 144 0 24 445 144 50
Binary 10110011 0 11001011 1100 1100100 0 10100 100100101 1100100 101000

Color Harmonies of #B300CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300CB

Black with #B300CB

Text Example


Text Example

White with #B300CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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