Html Css Color HEX #B928FD Electric Purple

📋 copy color: '#B928FD'

red 185 ◦ green 40 ◦ blue 253

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

Shades of Electric Purple #B928FD

Tints of Electric Purple #B928FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 38.7%
G = 8.37%
B = 52.93%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B928FD (or 0xB928FD) is known color: Electric Purple. HEX triplet: B9, 28 and FD. RGB value is (185,40,253). Sum of RGB (Red+Green+Blue) = 185+40+253=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #B928FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B928FD is #46D702. Grayscale: #6A6A6A. Windows color (decimal): -4642563 or 16591033. OLE color: 16591033.

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

Color convert

RGB 185 40 253 -
CMYK 0.27 0.84 0 0.01
HSL 280.85º 0.98% 0.57% -
HSV(B) 280.85º 0.84% 0.99% -
XYZ 38.5 18.92 94.55 -
YUV 107.64 210.04 183.18 -
System Red Green Blue C M Y K H S L
Decimal 185 40 253 0.27 0.84 0 0.01 280.85 0.98 0.57
Hex B9 28 FD 1B 54 0 1 119 62 39
Octal 271 50 375 33 124 0 1 431 142 71
Binary 10111001 101000 11111101 11011 1010100 0 1 100011001 1100010 111001

Color Harmonies of #B928FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B928FD

Black with #B928FD

Text Example


Text Example

White with #B928FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B928FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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