Html Css Color HEX #B601F2 Electric Purple

📋 copy color: '#B601F2'

red 182 ◦ green 1 ◦ blue 242

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

Shades of Electric Purple #B601F2

Tints of Electric Purple #B601F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 56.94%

R = 42.82%
G = 0.24%
B = 56.94%

CMYK

 C value IS 0.25

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B601F2 (or 0xB601F2) is known color: Electric Purple. HEX triplet: B6, 01 and F2. RGB value is (182,1,242). Sum of RGB (Red+Green+Blue) = 182+1+242=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 242 (94.92% from 255 or 56.94% from 425); Max value from RGB is 242 - color contains mainly: blue. Hex color #B601F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B601F2 is #49FE0D. Grayscale: #515151. Windows color (decimal): -4849166 or 15860150. OLE color: 15860150.

HSL color Cylindrical-coordinate representation of color #B601F2: hue angle of 285.06º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B601F2 is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 1 242 -
CMYK 0.25 1.00 0 0.05
HSL 285.06º 0.99% 0.48% -
HSV(B) 285.06º 1% 0.95% -
XYZ 35.33 16.38 85.3 -
YUV 82.59 217.97 198.9 -
System Red Green Blue C M Y K H S L
Decimal 182 1 242 0.25 1.00 0 0.05 285.06 0.99 0.48
Hex B6 1 F2 19 64 0 5 11D 63 30
Octal 266 1 362 31 144 0 5 435 143 60
Binary 10110110 1 11110010 11001 1100100 0 101 100011101 1100011 110000

Color Harmonies of #B601F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601F2

Black with #B601F2

Text Example


Text Example

White with #B601F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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