Html Css Color HEX #B621FB Electric Purple

📋 copy color: '#B621FB'

red 182 ◦ green 33 ◦ blue 251

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

Shades of Electric Purple #B621FB

Tints of Electric Purple #B621FB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.08%

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

R = 39.06%
G = 7.08%
B = 53.86%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B621FB (or 0xB621FB) is known color: Electric Purple. HEX triplet: B6, 21 and FB. RGB value is (182,33,251). Sum of RGB (Red+Green+Blue) = 182+33+251=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #B621FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B621FB is #49DE04. Grayscale: #656565. Windows color (decimal): -4840965 or 16458166. OLE color: 16458166.

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

Color convert

RGB 182 33 251 -
CMYK 0.27 0.87 0 0.02
HSL 281.01º 0.96% 0.56% -
HSV(B) 281.01º 0.87% 0.98% -
XYZ 37.25 18 92.78 -
YUV 102.4 211.86 184.77 -
System Red Green Blue C M Y K H S L
Decimal 182 33 251 0.27 0.87 0 0.02 281.01 0.96 0.56
Hex B6 21 FB 1B 57 0 2 119 60 38
Octal 266 41 373 33 127 0 2 431 140 70
Binary 10110110 100001 11111011 11011 1010111 0 10 100011001 1100000 111000

Color Harmonies of #B621FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621FB

Black with #B621FB

Text Example


Text Example

White with #B621FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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