Html Css Color HEX #B721FC Electric Purple

📋 copy color: '#B721FC'

red 183 ◦ green 33 ◦ blue 252

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

Shades of Electric Purple #B721FC

Tints of Electric Purple #B721FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 39.1%
G = 7.05%
B = 53.85%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B721FC (or 0xB721FC) is known color: Electric Purple. HEX triplet: B7, 21 and FC. RGB value is (183,33,252). Sum of RGB (Red+Green+Blue) = 183+33+252=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #B721FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B721FC is #48DE03. Grayscale: #666666. Windows color (decimal): -4775428 or 16523703. OLE color: 16523703.

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

Color convert

RGB 183 33 252 -
CMYK 0.27 0.87 0 0.01
HSL 281.1º 0.97% 0.56% -
HSV(B) 281.1º 0.87% 0.99% -
XYZ 37.64 18.18 93.62 -
YUV 102.82 212.2 185.19 -
System Red Green Blue C M Y K H S L
Decimal 183 33 252 0.27 0.87 0 0.01 281.1 0.97 0.56
Hex B7 21 FC 1B 57 0 1 119 61 38
Octal 267 41 374 33 127 0 1 431 141 70
Binary 10110111 100001 11111100 11011 1010111 0 1 100011001 1100001 111000

Color Harmonies of #B721FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B721FC

Black with #B721FC

Text Example


Text Example

White with #B721FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B721FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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