Html Css Color HEX #B612FF Electric Purple

📋 copy color: '#B612FF'

red 182 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #B612FF

Tints of Electric Purple #B612FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.04%

R = 40%
G = 3.96%
B = 56.04%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B612FF (or 0xB612FF) is known color: Electric Purple. HEX triplet: B6, 12 and FF. RGB value is (182,18,255). Sum of RGB (Red+Green+Blue) = 182+18+255=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #B612FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B612FF is #49ED00. Grayscale: #5D5D5D. Windows color (decimal): -4844801 or 16716470. OLE color: 16716470.

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

Color convert

RGB 182 18 255 -
CMYK 0.29 0.93 0 0
HSL 281.52º 1% 0.54% -
HSV(B) 281.52º 0.93% 1% -
XYZ 37.56 17.6 96.02 -
YUV 94.05 218.83 190.73 -
System Red Green Blue C M Y K H S L
Decimal 182 18 255 0.29 0.93 0 0 281.52 1 0.54
Hex B6 12 FF 1D 5D 0 0 11A 64 36
Octal 266 22 377 35 135 0 0 432 144 66
Binary 10110110 10010 11111111 11101 1011101 0 0 100011010 1100100 110110

Color Harmonies of #B612FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B612FF

Black with #B612FF

Text Example


Text Example

White with #B612FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B612FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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