Html Css Color HEX #B308D0 Deep Magenta

📋 copy color: '#B308D0'

red 179 ◦ green 8 ◦ blue 208

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

Shades of Deep Magenta #B308D0

Tints of Deep Magenta #B308D0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.03%

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

R = 45.32%
G = 2.03%
B = 52.66%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B308D0 (or 0xB308D0) is known color: Deep Magenta. HEX triplet: B3, 08 and D0. RGB value is (179,8,208). Sum of RGB (Red+Green+Blue) = 179+8+208=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #B308D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308D0 is #4CF72F. Grayscale: #515151. Windows color (decimal): -5044016 or 13633715. OLE color: 13633715.

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

Color convert

RGB 179 8 208 -
CMYK 0.14 0.96 0 0.18
HSL 291.3º 0.93% 0.42% -
HSV(B) 291.3º 0.96% 0.82% -
XYZ 30.06 14.31 60.85 -
YUV 81.93 199.15 197.24 -
System Red Green Blue C M Y K H S L
Decimal 179 8 208 0.14 0.96 0 0.18 291.3 0.93 0.42
Hex B3 8 D0 E 60 0 12 123 5D 2A
Octal 263 10 320 16 140 0 22 443 135 52
Binary 10110011 1000 11010000 1110 1100000 0 10010 100100011 1011101 101010

Color Harmonies of #B308D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308D0

Black with #B308D0

Text Example


Text Example

White with #B308D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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