Html Css Color HEX #B612FE Electric Purple

📋 copy color: '#B612FE'

red 182 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #B612FE

Tints of Electric Purple #B612FE

RGB

 RED value IS 182 (71.48% from 255) = 40.09%

 GREEN value IS 18 (7.42% from 255) = 3.96%

 BLUE value IS 254 (99.61% from 255) = 55.95%

R = 40.09%
G = 3.96%
B = 55.95%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B612FE (or 0xB612FE) is known color: Electric Purple. HEX triplet: B6, 12 and FE. RGB value is (182,18,254). Sum of RGB (Red+Green+Blue) = 182+18+254=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #B612FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B612FE is #49ED01. Grayscale: #5D5D5D. Windows color (decimal): -4844802 or 16650934. OLE color: 16650934.

HSL color Cylindrical-coordinate representation of color #B612FE: hue angle of 281.69º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B612FE is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 18 254 -
CMYK 0.28 0.93 0 0.00
HSL 281.69º 0.99% 0.53% -
HSV(B) 281.69º 0.93% 1% -
XYZ 37.4 17.53 95.18 -
YUV 93.94 218.33 190.81 -
System Red Green Blue C M Y K H S L
Decimal 182 18 254 0.28 0.93 0 0.00 281.69 0.99 0.53
Hex B6 12 FE 1C 5D 0 0 11A 63 35
Octal 266 22 376 34 135 0 0 432 143 65
Binary 10110110 10010 11111110 11100 1011101 0 0 100011010 1100011 110101

Color Harmonies of #B612FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B612FE

Black with #B612FE

Text Example


Text Example

White with #B612FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B612FE; }

 p { color: rgb(182,18,254); }

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

background-color css

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

 a { background-color: rgb(182,18,254); }

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

border-color css

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

 span { border-color: rgb(182,18,254); }

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