Html Css Color HEX #B308CF Deep Magenta

📋 copy color: '#B308CF'

red 179 ◦ green 8 ◦ blue 207

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

Shades of Deep Magenta #B308CF

Tints of Deep Magenta #B308CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 45.43%
G = 2.03%
B = 52.54%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B308CF (or 0xB308CF) is known color: Deep Magenta. HEX triplet: B3, 08 and CF. RGB value is (179,8,207). Sum of RGB (Red+Green+Blue) = 179+8+207=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #B308CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308CF is #4CF730. Grayscale: #515151. Windows color (decimal): -5044017 or 13568179. OLE color: 13568179.

HSL color Cylindrical-coordinate representation of color #B308CF: hue angle of 291.56º 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 #B308CF is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 8 207 -
CMYK 0.14 0.96 0 0.19
HSL 291.56º 0.93% 0.42% -
HSV(B) 291.56º 0.96% 0.81% -
XYZ 29.94 14.26 60.21 -
YUV 81.82 198.65 197.32 -
System Red Green Blue C M Y K H S L
Decimal 179 8 207 0.14 0.96 0 0.19 291.56 0.93 0.42
Hex B3 8 CF E 60 0 13 124 5D 2A
Octal 263 10 317 16 140 0 23 444 135 52
Binary 10110011 1000 11001111 1110 1100000 0 10011 100100100 1011101 101010

Color Harmonies of #B308CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308CF

Black with #B308CF

Text Example


Text Example

White with #B308CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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