Html Css Color HEX #B632FE Electric Purple

📋 copy color: '#B632FE'

red 182 ◦ green 50 ◦ blue 254

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

Shades of Electric Purple #B632FE

Tints of Electric Purple #B632FE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.29%

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

R = 37.45%
G = 10.29%
B = 52.26%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B632FE (or 0xB632FE) is known color: Electric Purple. HEX triplet: B6, 32 and FE. RGB value is (182,50,254). Sum of RGB (Red+Green+Blue) = 182+50+254=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #B632FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632FE is #49CD01. Grayscale: #707070. Windows color (decimal): -4836610 or 16659126. OLE color: 16659126.

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

Color convert

RGB 182 50 254 -
CMYK 0.28 0.80 0 0.00
HSL 278.82º 0.99% 0.6% -
HSV(B) 278.82º 0.8% 1% -
XYZ 38.32 19.38 95.49 -
YUV 112.72 207.73 177.41 -
System Red Green Blue C M Y K H S L
Decimal 182 50 254 0.28 0.80 0 0.00 278.82 0.99 0.6
Hex B6 32 FE 1C 50 0 0 117 63 3C
Octal 266 62 376 34 120 0 0 427 143 74
Binary 10110110 110010 11111110 11100 1010000 0 0 100010111 1100011 111100

Color Harmonies of #B632FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632FE

Black with #B632FE

Text Example


Text Example

White with #B632FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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