Html Css Color HEX #B608FE Electric Purple

📋 copy color: '#B608FE'

red 182 ◦ green 8 ◦ blue 254

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

Shades of Electric Purple #B608FE

Tints of Electric Purple #B608FE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.8%

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

R = 40.99%
G = 1.8%
B = 57.21%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B608FE (or 0xB608FE) is known color: Electric Purple. HEX triplet: B6, 08 and FE. RGB value is (182,8,254). Sum of RGB (Red+Green+Blue) = 182+8+254=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #B608FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B608FE is #49F701. Grayscale: #575757. Windows color (decimal): -4847362 or 16648374. OLE color: 16648374.

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

Color convert

RGB 182 8 254 -
CMYK 0.28 0.97 0 0.00
HSL 282.44º 0.99% 0.51% -
HSV(B) 282.44º 0.97% 1% -
XYZ 37.27 17.27 95.14 -
YUV 88.07 221.65 195 -
System Red Green Blue C M Y K H S L
Decimal 182 8 254 0.28 0.97 0 0.00 282.44 0.99 0.51
Hex B6 8 FE 1C 61 0 0 11A 63 33
Octal 266 10 376 34 141 0 0 432 143 63
Binary 10110110 1000 11111110 11100 1100001 0 0 100011010 1100011 110011

Color Harmonies of #B608FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B608FE

Black with #B608FE

Text Example


Text Example

White with #B608FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B608FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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