Html Css Color HEX #B928FF Electric Purple

📋 copy color: '#B928FF'

red 185 ◦ green 40 ◦ blue 255

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

Shades of Electric Purple #B928FF

Tints of Electric Purple #B928FF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.33%

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

R = 38.54%
G = 8.33%
B = 53.13%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B928FF (or 0xB928FF) is known color: Electric Purple. HEX triplet: B9, 28 and FF. RGB value is (185,40,255). Sum of RGB (Red+Green+Blue) = 185+40+255=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #B928FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B928FF is #46D700. Grayscale: #6B6B6B. Windows color (decimal): -4642561 or 16722105. OLE color: 16722105.

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

Color convert

RGB 185 40 255 -
CMYK 0.27 0.84 0 0
HSL 280.47º 1% 0.58% -
HSV(B) 280.47º 0.84% 1% -
XYZ 38.82 19.05 96.24 -
YUV 107.87 211.04 183.02 -
System Red Green Blue C M Y K H S L
Decimal 185 40 255 0.27 0.84 0 0 280.47 1 0.58
Hex B9 28 FF 1B 54 0 0 118 64 3A
Octal 271 50 377 33 124 0 0 430 144 72
Binary 10111001 101000 11111111 11011 1010100 0 0 100011000 1100100 111010

Color Harmonies of #B928FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B928FF

Black with #B928FF

Text Example


Text Example

White with #B928FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B928FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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