Html Css Color HEX #B30BED Electric Purple

📋 copy color: '#B30BED'

red 179 ◦ green 11 ◦ blue 237

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

Shades of Electric Purple #B30BED

Tints of Electric Purple #B30BED

RGB

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

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

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

R = 41.92%
G = 2.58%
B = 55.5%

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

#B30BED (or 0xB30BED) is known color: Electric Purple. HEX triplet: B3, 0B and ED. RGB value is (179,11,237). Sum of RGB (Red+Green+Blue) = 179+11+237=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #B30BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30BED is #4CF412. Grayscale: #565656. Windows color (decimal): -5043219 or 15535027. OLE color: 15535027.

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

Color convert

RGB 179 11 237 -
CMYK 0.24 0.95 0 0.07
HSL 284.6º 0.91% 0.49% -
HSV(B) 284.6º 0.95% 0.93% -
XYZ 34 15.94 81.41 -
YUV 87 212.66 193.62 -
System Red Green Blue C M Y K H S L
Decimal 179 11 237 0.24 0.95 0 0.07 284.6 0.91 0.49
Hex B3 B ED 18 5F 0 7 11D 5B 31
Octal 263 13 355 30 137 0 7 435 133 61
Binary 10110011 1011 11101101 11000 1011111 0 111 100011101 1011011 110001

Color Harmonies of #B30BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30BED

Black with #B30BED

Text Example


Text Example

White with #B30BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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