Html Css Color HEX #B30CED Electric Purple

📋 copy color: '#B30CED'

red 179 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #B30CED

Tints of Electric Purple #B30CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.8%

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

R = 41.82%
G = 2.8%
B = 55.37%

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

#B30CED (or 0xB30CED) is known color: Electric Purple. HEX triplet: B3, 0C and ED. RGB value is (179,12,237). Sum of RGB (Red+Green+Blue) = 179+12+237=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #B30CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30CED is #4CF312. Grayscale: #565656. Windows color (decimal): -5042963 or 15535283. OLE color: 15535283.

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

Color convert

RGB 179 12 237 -
CMYK 0.24 0.95 0 0.07
HSL 284.53º 0.9% 0.49% -
HSV(B) 284.53º 0.95% 0.93% -
XYZ 34.01 15.96 81.41 -
YUV 87.58 212.33 193.2 -
System Red Green Blue C M Y K H S L
Decimal 179 12 237 0.24 0.95 0 0.07 284.53 0.9 0.49
Hex B3 C ED 18 5F 0 7 11D 5A 31
Octal 263 14 355 30 137 0 7 435 132 61
Binary 10110011 1100 11101101 11000 1011111 0 111 100011101 1011010 110001

Color Harmonies of #B30CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CED

Black with #B30CED

Text Example


Text Example

White with #B30CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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