Html Css Color HEX #B30DED Electric Purple

📋 copy color: '#B30DED'

red 179 ◦ green 13 ◦ blue 237

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

Shades of Electric Purple #B30DED

Tints of Electric Purple #B30DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.24%

R = 41.72%
G = 3.03%
B = 55.24%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B30DED (or 0xB30DED) is known color: Electric Purple. HEX triplet: B3, 0D and ED. RGB value is (179,13,237). Sum of RGB (Red+Green+Blue) = 179+13+237=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #B30DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30DED is #4CF212. Grayscale: #575757. Windows color (decimal): -5042707 or 15535539. OLE color: 15535539.

HSL color Cylindrical-coordinate representation of color #B30DED: hue angle of 284.46º 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 #B30DED is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 13 237 -
CMYK 0.24 0.95 0 0.07
HSL 284.46º 0.9% 0.49% -
HSV(B) 284.46º 0.95% 0.93% -
XYZ 34.02 15.99 81.41 -
YUV 88.17 212 192.79 -
System Red Green Blue C M Y K H S L
Decimal 179 13 237 0.24 0.95 0 0.07 284.46 0.9 0.49
Hex B3 D ED 18 5F 0 7 11C 5A 31
Octal 263 15 355 30 137 0 7 434 132 61
Binary 10110011 1101 11101101 11000 1011111 0 111 100011100 1011010 110001

Color Harmonies of #B30DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DED

Black with #B30DED

Text Example


Text Example

White with #B30DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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