Html Css Color HEX #B614FF Electric Purple

📋 copy color: '#B614FF'

red 182 ◦ green 20 ◦ blue 255

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

Shades of Electric Purple #B614FF

Tints of Electric Purple #B614FF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.38%

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

R = 39.82%
G = 4.38%
B = 55.8%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B614FF (or 0xB614FF) is known color: Electric Purple. HEX triplet: B6, 14 and FF. RGB value is (182,20,255). Sum of RGB (Red+Green+Blue) = 182+20+255=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #B614FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B614FF is #49EB00. Grayscale: #5E5E5E. Windows color (decimal): -4844289 or 16716982. OLE color: 16716982.

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

Color convert

RGB 182 20 255 -
CMYK 0.29 0.92 0 0
HSL 281.36º 1% 0.54% -
HSV(B) 281.36º 0.92% 1% -
XYZ 37.59 17.67 96.04 -
YUV 95.23 218.17 189.89 -
System Red Green Blue C M Y K H S L
Decimal 182 20 255 0.29 0.92 0 0 281.36 1 0.54
Hex B6 14 FF 1D 5C 0 0 119 64 36
Octal 266 24 377 35 134 0 0 431 144 66
Binary 10110110 10100 11111111 11101 1011100 0 0 100011001 1100100 110110

Color Harmonies of #B614FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B614FF

Black with #B614FF

Text Example


Text Example

White with #B614FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B614FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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