Html Css Color HEX #B632FF Electric Purple

📋 copy color: '#B632FF'

red 182 ◦ green 50 ◦ blue 255

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

Shades of Electric Purple #B632FF

Tints of Electric Purple #B632FF

RGB

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

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

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

R = 37.37%
G = 10.27%
B = 52.36%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B632FF (or 0xB632FF) is known color: Electric Purple. HEX triplet: B6, 32 and FF. RGB value is (182,50,255). Sum of RGB (Red+Green+Blue) = 182+50+255=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 50 (19.92% from 255 or 10.27% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #B632FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632FF is #49CD00. Grayscale: #707070. Windows color (decimal): -4836609 or 16724662. OLE color: 16724662.

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

Color convert

RGB 182 50 255 -
CMYK 0.29 0.80 0 0
HSL 278.63º 1% 0.6% -
HSV(B) 278.63º 0.8% 1% -
XYZ 38.48 19.45 96.33 -
YUV 112.84 208.23 177.33 -
System Red Green Blue C M Y K H S L
Decimal 182 50 255 0.29 0.80 0 0 278.63 1 0.6
Hex B6 32 FF 1D 50 0 0 117 64 3C
Octal 266 62 377 35 120 0 0 427 144 74
Binary 10110110 110010 11111111 11101 1010000 0 0 100010111 1100100 111100

Color Harmonies of #B632FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632FF

Black with #B632FF

Text Example


Text Example

White with #B632FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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