Html Css Color HEX #B601EA Electric Purple

📋 copy color: '#B601EA'

red 182 ◦ green 1 ◦ blue 234

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

Shades of Electric Purple #B601EA

Tints of Electric Purple #B601EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 43.65%
G = 0.24%
B = 56.12%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B601EA (or 0xB601EA) is known color: Electric Purple. HEX triplet: B6, 01 and EA. RGB value is (182,1,234). Sum of RGB (Red+Green+Blue) = 182+1+234=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #B601EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B601EA is #49FE15. Grayscale: #505050. Windows color (decimal): -4849174 or 15335862. OLE color: 15335862.

HSL color Cylindrical-coordinate representation of color #B601EA: hue angle of 286.61º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B601EA is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 1 234 -
CMYK 0.22 1.00 0 0.08
HSL 286.61º 0.99% 0.46% -
HSV(B) 286.61º 1% 0.92% -
XYZ 34.15 15.91 79.11 -
YUV 81.68 213.97 199.55 -
System Red Green Blue C M Y K H S L
Decimal 182 1 234 0.22 1.00 0 0.08 286.61 0.99 0.46
Hex B6 1 EA 16 64 0 8 11F 63 2E
Octal 266 1 352 26 144 0 10 437 143 56
Binary 10110110 1 11101010 10110 1100100 0 1000 100011111 1100011 101110

Color Harmonies of #B601EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601EA

Black with #B601EA

Text Example


Text Example

White with #B601EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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