Html Css Color HEX #B721EB Electric Purple

📋 copy color: '#B721EB'

red 183 ◦ green 33 ◦ blue 235

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

Shades of Electric Purple #B721EB

Tints of Electric Purple #B721EB

RGB

 RED value IS 183 (71.88% from 255) = 40.58%

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

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 40.58%
G = 7.32%
B = 52.11%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B721EB (or 0xB721EB) is known color: Electric Purple. HEX triplet: B7, 21 and EB. RGB value is (183,33,235). Sum of RGB (Red+Green+Blue) = 183+33+235=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #B721EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B721EB is #48DE14. Grayscale: #646464. Windows color (decimal): -4775445 or 15409591. OLE color: 15409591.

HSL color Cylindrical-coordinate representation of color #B721EB: hue angle of 284.55º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B721EB is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 33 235 -
CMYK 0.22 0.86 0 0.08
HSL 284.55º 0.83% 0.53% -
HSV(B) 284.55º 0.86% 0.92% -
XYZ 35.07 17.15 80.06 -
YUV 100.88 203.7 186.57 -
System Red Green Blue C M Y K H S L
Decimal 183 33 235 0.22 0.86 0 0.08 284.55 0.83 0.53
Hex B7 21 EB 16 56 0 8 11D 53 35
Octal 267 41 353 26 126 0 10 435 123 65
Binary 10110111 100001 11101011 10110 1010110 0 1000 100011101 1010011 110101

Color Harmonies of #B721EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B721EB

Black with #B721EB

Text Example


Text Example

White with #B721EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B721EB; }

 p { color: rgb(183,33,235); }

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

background-color css

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

 a { background-color: rgb(183,33,235); }

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

border-color css

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

 span { border-color: rgb(183,33,235); }

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