Html Css Color HEX #B300BD Deep Magenta

📋 copy color: '#B300BD'

red 179 ◦ green 0 ◦ blue 189

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

Shades of Deep Magenta #B300BD

Tints of Deep Magenta #B300BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.36%

R = 48.64%
G = 0%
B = 51.36%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B300BD (or 0xB300BD) is known color: Deep Magenta. HEX triplet: B3, 00 and BD. RGB value is (179,0,189). Sum of RGB (Red+Green+Blue) = 179+0+189=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #B300BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300BD is #4CFF42. Grayscale: #4A4A4A. Windows color (decimal): -5046083 or 12386483. OLE color: 12386483.

HSL color Cylindrical-coordinate representation of color #B300BD: hue angle of 296.83º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300BD is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 0 189 -
CMYK 0.05 1 0 0.26
HSL 296.83º 1% 0.37% -
HSV(B) 296.83º 1% 0.74% -
XYZ 27.78 13.26 49.24 -
YUV 75.07 192.3 202.13 -
System Red Green Blue C M Y K H S L
Decimal 179 0 189 0.05 1 0 0.26 296.83 1 0.37
Hex B3 0 BD 5 64 0 1A 129 64 25
Octal 263 0 275 5 144 0 32 451 144 45
Binary 10110011 0 10111101 101 1100100 0 11010 100101001 1100100 100101

Color Harmonies of #B300BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300BD

Black with #B300BD

Text Example


Text Example

White with #B300BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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