Html Css Color HEX #B30DEE Electric Purple

📋 copy color: '#B30DEE'

red 179 ◦ green 13 ◦ blue 238

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

Shades of Electric Purple #B30DEE

Tints of Electric Purple #B30DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.35%

R = 41.63%
G = 3.02%
B = 55.35%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B30DEE (or 0xB30DEE) is known color: Electric Purple. HEX triplet: B3, 0D and EE. RGB value is (179,13,238). Sum of RGB (Red+Green+Blue) = 179+13+238=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #B30DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30DEE is #4CF211. Grayscale: #575757. Windows color (decimal): -5042706 or 15601075. OLE color: 15601075.

HSL color Cylindrical-coordinate representation of color #B30DEE: hue angle of 284.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30DEE is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 13 238 -
CMYK 0.25 0.95 0 0.07
HSL 284.27º 0.9% 0.49% -
HSV(B) 284.27º 0.95% 0.93% -
XYZ 34.17 16.04 82.19 -
YUV 88.28 212.5 192.7 -
System Red Green Blue C M Y K H S L
Decimal 179 13 238 0.25 0.95 0 0.07 284.27 0.9 0.49
Hex B3 D EE 19 5F 0 7 11C 5A 31
Octal 263 15 356 31 137 0 7 434 132 61
Binary 10110011 1101 11101110 11001 1011111 0 111 100011100 1011010 110001

Color Harmonies of #B30DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DEE

Black with #B30DEE

Text Example


Text Example

White with #B30DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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