Html Css Color HEX #B920FF Electric Purple

📋 copy color: '#B920FF'

red 185 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #B920FF

Tints of Electric Purple #B920FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.78%

 BLUE value IS 255 (100% from 255) = 54.03%

R = 39.19%
G = 6.78%
B = 54.03%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B920FF (or 0xB920FF) is known color: Electric Purple. HEX triplet: B9, 20 and FF. RGB value is (185,32,255). Sum of RGB (Red+Green+Blue) = 185+32+255=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #B920FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B920FF is #46DF00. Grayscale: #666666. Windows color (decimal): -4644609 or 16720057. OLE color: 16720057.

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

Color convert

RGB 185 32 255 -
CMYK 0.27 0.87 0 0
HSL 281.17º 1% 0.56% -
HSV(B) 281.17º 0.87% 1% -
XYZ 38.57 18.57 96.16 -
YUV 103.17 213.69 186.37 -
System Red Green Blue C M Y K H S L
Decimal 185 32 255 0.27 0.87 0 0 281.17 1 0.56
Hex B9 20 FF 1B 57 0 0 119 64 38
Octal 271 40 377 33 127 0 0 431 144 70
Binary 10111001 100000 11111111 11011 1010111 0 0 100011001 1100100 111000

Color Harmonies of #B920FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B920FF

Black with #B920FF

Text Example


Text Example

White with #B920FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B920FF; }

 p { color: rgb(185,32,255); }

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

background-color css

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

 a { background-color: rgb(185,32,255); }

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

border-color css

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

 span { border-color: rgb(185,32,255); }

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