Html Css Color HEX #B308CE Deep Magenta

📋 copy color: '#B308CE'

red 179 ◦ green 8 ◦ blue 206

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

Shades of Deep Magenta #B308CE

Tints of Deep Magenta #B308CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 45.55%
G = 2.04%
B = 52.42%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B308CE (or 0xB308CE) is known color: Deep Magenta. HEX triplet: B3, 08 and CE. RGB value is (179,8,206). Sum of RGB (Red+Green+Blue) = 179+8+206=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #B308CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308CE is #4CF731. Grayscale: #515151. Windows color (decimal): -5044018 or 13502643. OLE color: 13502643.

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

Color convert

RGB 179 8 206 -
CMYK 0.13 0.96 0 0.19
HSL 291.82º 0.93% 0.42% -
HSV(B) 291.82º 0.96% 0.81% -
XYZ 29.82 14.21 59.56 -
YUV 81.7 198.15 197.4 -
System Red Green Blue C M Y K H S L
Decimal 179 8 206 0.13 0.96 0 0.19 291.82 0.93 0.42
Hex B3 8 CE D 60 0 13 124 5D 2A
Octal 263 10 316 15 140 0 23 444 135 52
Binary 10110011 1000 11001110 1101 1100000 0 10011 100100100 1011101 101010

Color Harmonies of #B308CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308CE

Black with #B308CE

Text Example


Text Example

White with #B308CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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