Html Css Color HEX #B617FE Electric Purple

📋 copy color: '#B617FE'

red 182 ◦ green 23 ◦ blue 254

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

Shades of Electric Purple #B617FE

Tints of Electric Purple #B617FE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.01%

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

R = 39.65%
G = 5.01%
B = 55.34%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B617FE (or 0xB617FE) is known color: Electric Purple. HEX triplet: B6, 17 and FE. RGB value is (182,23,254). Sum of RGB (Red+Green+Blue) = 182+23+254=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #B617FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B617FE is #49E801. Grayscale: #606060. Windows color (decimal): -4843522 or 16652214. OLE color: 16652214.

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

Color convert

RGB 182 23 254 -
CMYK 0.28 0.91 0 0.00
HSL 281.3º 0.99% 0.54% -
HSV(B) 281.3º 0.91% 1% -
XYZ 37.49 17.71 95.21 -
YUV 96.88 216.68 188.72 -
System Red Green Blue C M Y K H S L
Decimal 182 23 254 0.28 0.91 0 0.00 281.3 0.99 0.54
Hex B6 17 FE 1C 5B 0 0 119 63 36
Octal 266 27 376 34 133 0 0 431 143 66
Binary 10110110 10111 11111110 11100 1011011 0 0 100011001 1100011 110110

Color Harmonies of #B617FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617FE

Black with #B617FE

Text Example


Text Example

White with #B617FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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