Html Css Color HEX #B30DE0 Electric Purple

📋 copy color: '#B30DE0'

red 179 ◦ green 13 ◦ blue 224

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

Shades of Electric Purple #B30DE0

Tints of Electric Purple #B30DE0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.13%

 BLUE value IS 224 (87.89% from 255) = 53.85%

R = 43.03%
G = 3.13%
B = 53.85%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B30DE0 (or 0xB30DE0) is known color: Electric Purple. HEX triplet: B3, 0D and E0. RGB value is (179,13,224). Sum of RGB (Red+Green+Blue) = 179+13+224=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #B30DE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DE0 is #4CF21F. Grayscale: #565656. Windows color (decimal): -5042720 or 14683571. OLE color: 14683571.

HSL color Cylindrical-coordinate representation of color #B30DE0: hue angle of 287.2º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30DE0 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 13 224 -
CMYK 0.20 0.94 0 0.12
HSL 287.2º 0.89% 0.46% -
HSV(B) 287.2º 0.94% 0.88% -
XYZ 32.19 15.25 71.77 -
YUV 86.69 205.5 193.84 -
System Red Green Blue C M Y K H S L
Decimal 179 13 224 0.20 0.94 0 0.12 287.2 0.89 0.46
Hex B3 D E0 14 5E 0 C 11F 59 2E
Octal 263 15 340 24 136 0 14 437 131 56
Binary 10110011 1101 11100000 10100 1011110 0 1100 100011111 1011001 101110

Color Harmonies of #B30DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DE0

Black with #B30DE0

Text Example


Text Example

White with #B30DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DE0; }

 p { color: rgb(179,13,224); }

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

background-color css

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

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

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

border-color css

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

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

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