Html Css Color HEX #B721F8 Electric Purple

📋 copy color: '#B721F8'

red 183 ◦ green 33 ◦ blue 248

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

Shades of Electric Purple #B721F8

Tints of Electric Purple #B721F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.45%

R = 39.44%
G = 7.11%
B = 53.45%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B721F8 (or 0xB721F8) is known color: Electric Purple. HEX triplet: B7, 21 and F8. RGB value is (183,33,248). Sum of RGB (Red+Green+Blue) = 183+33+248=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #B721F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B721F8 is #48DE07. Grayscale: #656565. Windows color (decimal): -4775432 or 16261559. OLE color: 16261559.

HSL color Cylindrical-coordinate representation of color #B721F8: hue angle of 281.86º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B721F8 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 33 248 -
CMYK 0.26 0.87 0 0.03
HSL 281.86º 0.94% 0.55% -
HSV(B) 281.86º 0.87% 0.97% -
XYZ 37.02 17.93 90.32 -
YUV 102.36 210.2 185.52 -
System Red Green Blue C M Y K H S L
Decimal 183 33 248 0.26 0.87 0 0.03 281.86 0.94 0.55
Hex B7 21 F8 1A 57 0 3 11A 5E 37
Octal 267 41 370 32 127 0 3 432 136 67
Binary 10110111 100001 11111000 11010 1010111 0 11 100011010 1011110 110111

Color Harmonies of #B721F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B721F8

Black with #B721F8

Text Example


Text Example

White with #B721F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B721F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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