Html Css Color HEX #B921FC Electric Purple

📋 copy color: '#B921FC'

red 185 ◦ green 33 ◦ blue 252

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

Shades of Electric Purple #B921FC

Tints of Electric Purple #B921FC

RGB

 RED value IS 185 (72.66% from 255) = 39.36%

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

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

R = 39.36%
G = 7.02%
B = 53.62%

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

#B921FC (or 0xB921FC) is known color: Electric Purple. HEX triplet: B9, 21 and FC. RGB value is (185,33,252). Sum of RGB (Red+Green+Blue) = 185+33+252=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #B921FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B921FC is #46DE03. Grayscale: #666666. Windows color (decimal): -4644356 or 16523705. OLE color: 16523705.

HSL color Cylindrical-coordinate representation of color #B921FC: hue angle of 281.64º 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 #B921FC is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 33 252 -
CMYK 0.27 0.87 0 0.01
HSL 281.64º 0.97% 0.56% -
HSV(B) 281.64º 0.87% 0.99% -
XYZ 38.12 18.43 93.64 -
YUV 103.41 211.86 186.19 -
System Red Green Blue C M Y K H S L
Decimal 185 33 252 0.27 0.87 0 0.01 281.64 0.97 0.56
Hex B9 21 FC 1B 57 0 1 11A 61 38
Octal 271 41 374 33 127 0 1 432 141 70
Binary 10111001 100001 11111100 11011 1010111 0 1 100011010 1100001 111000

Color Harmonies of #B921FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B921FC

Black with #B921FC

Text Example


Text Example

White with #B921FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B921FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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