Html Css Color HEX #B307DB Deep Magenta

📋 copy color: '#B307DB'

red 179 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #B307DB

Tints of Deep Magenta #B307DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.73%

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 44.2%
G = 1.73%
B = 54.07%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B307DB (or 0xB307DB) is known color: Deep Magenta. HEX triplet: B3, 07 and DB. RGB value is (179,7,219). Sum of RGB (Red+Green+Blue) = 179+7+219=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #B307DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B307DB is #4CF824. Grayscale: #515151. Windows color (decimal): -5044261 or 14354355. OLE color: 14354355.

HSL color Cylindrical-coordinate representation of color #B307DB: hue angle of 288.68º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B307DB is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 7 219 -
CMYK 0.18 0.97 0 0.14
HSL 288.68º 0.94% 0.44% -
HSV(B) 288.68º 0.97% 0.86% -
XYZ 31.45 14.85 68.23 -
YUV 82.6 204.98 196.76 -
System Red Green Blue C M Y K H S L
Decimal 179 7 219 0.18 0.97 0 0.14 288.68 0.94 0.44
Hex B3 7 DB 12 61 0 E 121 5E 2C
Octal 263 7 333 22 141 0 16 441 136 54
Binary 10110011 111 11011011 10010 1100001 0 1110 100100001 1011110 101100

Color Harmonies of #B307DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B307DB

Black with #B307DB

Text Example


Text Example

White with #B307DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B307DB; }

 p { color: rgb(179,7,219); }

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

background-color css

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

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

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

border-color css

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

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

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