Html Css Color HEX #B308B3 Deep Magenta

📋 copy color: '#B308B3'

red 179 ◦ green 8 ◦ blue 179

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

Shades of Deep Magenta #B308B3

Tints of Deep Magenta #B308B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.91%

R = 48.91%
G = 2.19%
B = 48.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B308B3 (or 0xB308B3) is known color: Deep Magenta. HEX triplet: B3, 08 and B3. RGB value is (179,8,179). Sum of RGB (Red+Green+Blue) = 179+8+179=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B308B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308B3 is #4CF74C. Grayscale: #4E4E4E. Windows color (decimal): -5044045 or 11733171. OLE color: 11733171.

HSL color Cylindrical-coordinate representation of color #B308B3: hue angle of 300º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B308B3 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 8 179 -
CMYK 0 0.96 0 0.30
HSL 300º 0.91% 0.37% -
HSV(B) 300º 0.96% 0.7% -
XYZ 26.81 13.01 43.75 -
YUV 78.62 184.65 199.6 -
System Red Green Blue C M Y K H S L
Decimal 179 8 179 0 0.96 0 0.30 300 0.91 0.37
Hex B3 8 B3 0 60 0 1E 12C 5B 25
Octal 263 10 263 0 140 0 36 454 133 45
Binary 10110011 1000 10110011 0 1100000 0 11110 100101100 1011011 100101

Color Harmonies of #B308B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308B3

Black with #B308B3

Text Example


Text Example

White with #B308B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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