Html Css Color HEX #B308BB Deep Magenta

📋 copy color: '#B308BB'

red 179 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #B308BB

Tints of Deep Magenta #B308BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50%

R = 47.86%
G = 2.14%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B308BB (or 0xB308BB) is known color: Deep Magenta. HEX triplet: B3, 08 and BB. RGB value is (179,8,187). Sum of RGB (Red+Green+Blue) = 179+8+187=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #B308BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308BB is #4CF744. Grayscale: #4E4E4E. Windows color (decimal): -5044037 or 12257459. OLE color: 12257459.

HSL color Cylindrical-coordinate representation of color #B308BB: hue angle of 297.32º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B308BB is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 8 187 -
CMYK 0.04 0.96 0 0.27
HSL 297.32º 0.92% 0.38% -
HSV(B) 297.32º 0.96% 0.73% -
XYZ 27.65 13.35 48.13 -
YUV 79.54 188.65 198.95 -
System Red Green Blue C M Y K H S L
Decimal 179 8 187 0.04 0.96 0 0.27 297.32 0.92 0.38
Hex B3 8 BB 4 60 0 1B 129 5C 26
Octal 263 10 273 4 140 0 33 451 134 46
Binary 10110011 1000 10111011 100 1100000 0 11011 100101001 1011100 100110

Color Harmonies of #B308BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308BB

Black with #B308BB

Text Example


Text Example

White with #B308BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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