Html Css Color HEX #B30BEE Electric Purple

📋 copy color: '#B30BEE'

red 179 ◦ green 11 ◦ blue 238

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

Shades of Electric Purple #B30BEE

Tints of Electric Purple #B30BEE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.57%

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

R = 41.82%
G = 2.57%
B = 55.61%

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

#B30BEE (or 0xB30BEE) is known color: Electric Purple. HEX triplet: B3, 0B and EE. RGB value is (179,11,238). Sum of RGB (Red+Green+Blue) = 179+11+238=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #B30BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30BEE is #4CF411. Grayscale: #565656. Windows color (decimal): -5043218 or 15600563. OLE color: 15600563.

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

Color convert

RGB 179 11 238 -
CMYK 0.25 0.95 0 0.07
HSL 284.41º 0.91% 0.49% -
HSV(B) 284.41º 0.95% 0.93% -
XYZ 34.14 16 82.18 -
YUV 87.11 213.16 193.54 -
System Red Green Blue C M Y K H S L
Decimal 179 11 238 0.25 0.95 0 0.07 284.41 0.91 0.49
Hex B3 B EE 19 5F 0 7 11C 5B 31
Octal 263 13 356 31 137 0 7 434 133 61
Binary 10110011 1011 11101110 11001 1011111 0 111 100011100 1011011 110001

Color Harmonies of #B30BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30BEE

Black with #B30BEE

Text Example


Text Example

White with #B30BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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