Html Css Color HEX #B307D7 Deep Magenta

📋 copy color: '#B307D7'

red 179 ◦ green 7 ◦ blue 215

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

Shades of Deep Magenta #B307D7

Tints of Deep Magenta #B307D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.62%

R = 44.64%
G = 1.75%
B = 53.62%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B307D7 (or 0xB307D7) is known color: Deep Magenta. HEX triplet: B3, 07 and D7. RGB value is (179,7,215). Sum of RGB (Red+Green+Blue) = 179+7+215=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #B307D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B307D7 is #4CF828. Grayscale: #515151. Windows color (decimal): -5044265 or 14092211. OLE color: 14092211.

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

Color convert

RGB 179 7 215 -
CMYK 0.17 0.97 0 0.16
HSL 289.62º 0.94% 0.44% -
HSV(B) 289.62º 0.97% 0.84% -
XYZ 30.93 14.64 65.49 -
YUV 82.14 202.98 197.09 -
System Red Green Blue C M Y K H S L
Decimal 179 7 215 0.17 0.97 0 0.16 289.62 0.94 0.44
Hex B3 7 D7 11 61 0 10 122 5E 2C
Octal 263 7 327 21 141 0 20 442 136 54
Binary 10110011 111 11010111 10001 1100001 0 10000 100100010 1011110 101100

Color Harmonies of #B307D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B307D7

Black with #B307D7

Text Example


Text Example

White with #B307D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B307D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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