Html Css Color HEX #B632FD Electric Purple

📋 copy color: '#B632FD'

red 182 ◦ green 50 ◦ blue 253

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

Shades of Electric Purple #B632FD

Tints of Electric Purple #B632FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 37.53%
G = 10.31%
B = 52.16%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B632FD (or 0xB632FD) is known color: Electric Purple. HEX triplet: B6, 32 and FD. RGB value is (182,50,253). Sum of RGB (Red+Green+Blue) = 182+50+253=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #B632FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632FD is #49CD02. Grayscale: #6F6F6F. Windows color (decimal): -4836611 or 16593590. OLE color: 16593590.

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

Color convert

RGB 182 50 253 -
CMYK 0.28 0.80 0 0.01
HSL 279.01º 0.98% 0.59% -
HSV(B) 279.01º 0.8% 0.99% -
XYZ 38.16 19.32 94.65 -
YUV 112.61 207.23 177.49 -
System Red Green Blue C M Y K H S L
Decimal 182 50 253 0.28 0.80 0 0.01 279.01 0.98 0.59
Hex B6 32 FD 1C 50 0 1 117 62 3B
Octal 266 62 375 34 120 0 1 427 142 73
Binary 10110110 110010 11111101 11100 1010000 0 1 100010111 1100010 111011

Color Harmonies of #B632FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632FD

Black with #B632FD

Text Example


Text Example

White with #B632FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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