Html Css Color HEX #B601FF Electric Purple

📋 copy color: '#B601FF'

red 182 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #B601FF

Tints of Electric Purple #B601FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 41.55%
G = 0.23%
B = 58.22%

CMYK

 C value IS 0.29

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B601FF (or 0xB601FF) is known color: Electric Purple. HEX triplet: B6, 01 and FF. RGB value is (182,1,255). Sum of RGB (Red+Green+Blue) = 182+1+255=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #B601FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B601FF is #49FE00. Grayscale: #535353. Windows color (decimal): -4849153 or 16712118. OLE color: 16712118.

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

Color convert

RGB 182 1 255 -
CMYK 0.29 1.00 0 0
HSL 282.76º 1% 0.5% -
HSV(B) 282.76º 1% 1% -
XYZ 37.35 17.19 95.96 -
YUV 84.08 224.47 197.85 -
System Red Green Blue C M Y K H S L
Decimal 182 1 255 0.29 1.00 0 0 282.76 1 0.5
Hex B6 1 FF 1D 64 0 0 11B 64 32
Octal 266 1 377 35 144 0 0 433 144 62
Binary 10110110 1 11111111 11101 1100100 0 0 100011011 1100100 110010

Color Harmonies of #B601FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601FF

Black with #B601FF

Text Example


Text Example

White with #B601FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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