Html Css Color HEX #B632FB Electric Purple

📋 copy color: '#B632FB'

red 182 ◦ green 50 ◦ blue 251

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

Shades of Electric Purple #B632FB

Tints of Electric Purple #B632FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.97%

R = 37.68%
G = 10.35%
B = 51.97%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B632FB (or 0xB632FB) is known color: Electric Purple. HEX triplet: B6, 32 and FB. RGB value is (182,50,251). Sum of RGB (Red+Green+Blue) = 182+50+251=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #B632FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632FB is #49CD04. Grayscale: #6F6F6F. Windows color (decimal): -4836613 or 16462518. OLE color: 16462518.

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

Color convert

RGB 182 50 251 -
CMYK 0.27 0.80 0 0.02
HSL 279.4º 0.96% 0.59% -
HSV(B) 279.4º 0.8% 0.98% -
XYZ 37.84 19.19 92.98 -
YUV 112.38 206.23 177.66 -
System Red Green Blue C M Y K H S L
Decimal 182 50 251 0.27 0.80 0 0.02 279.4 0.96 0.59
Hex B6 32 FB 1B 50 0 2 117 60 3B
Octal 266 62 373 33 120 0 2 427 140 73
Binary 10110110 110010 11111011 11011 1010000 0 10 100010111 1100000 111011

Color Harmonies of #B632FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632FB

Black with #B632FB

Text Example


Text Example

White with #B632FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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