Html Css Color HEX #B608FF Electric Purple

📋 copy color: '#B608FF'

red 182 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #B608FF

Tints of Electric Purple #B608FF

RGB

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

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

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

R = 40.9%
G = 1.8%
B = 57.3%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B608FF (or 0xB608FF) is known color: Electric Purple. HEX triplet: B6, 08 and FF. RGB value is (182,8,255). Sum of RGB (Red+Green+Blue) = 182+8+255=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 8 (3.52% from 255 or 1.80% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #B608FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B608FF is #49F700. Grayscale: #575757. Windows color (decimal): -4847361 or 16713910. OLE color: 16713910.

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

Color convert

RGB 182 8 255 -
CMYK 0.29 0.97 0 0
HSL 282.27º 1% 0.52% -
HSV(B) 282.27º 0.97% 1% -
XYZ 37.43 17.34 95.98 -
YUV 88.18 222.15 194.92 -
System Red Green Blue C M Y K H S L
Decimal 182 8 255 0.29 0.97 0 0 282.27 1 0.52
Hex B6 8 FF 1D 61 0 0 11A 64 34
Octal 266 10 377 35 141 0 0 432 144 64
Binary 10110110 1000 11111111 11101 1100001 0 0 100011010 1100100 110100

Color Harmonies of #B608FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B608FF

Black with #B608FF

Text Example


Text Example

White with #B608FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B608FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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