Html Css Color HEX #B929FF Electric Purple

📋 copy color: '#B929FF'

red 185 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #B929FF

Tints of Electric Purple #B929FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.52%

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

R = 38.46%
G = 8.52%
B = 53.01%

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

#B929FF (or 0xB929FF) is known color: Electric Purple. HEX triplet: B9, 29 and FF. RGB value is (185,41,255). Sum of RGB (Red+Green+Blue) = 185+41+255=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #B929FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B929FF is #46D600. Grayscale: #6B6B6B. Windows color (decimal): -4642305 or 16722361. OLE color: 16722361.

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

Color convert

RGB 185 41 255 -
CMYK 0.27 0.84 0 0
HSL 280.37º 1% 0.58% -
HSV(B) 280.37º 0.84% 1% -
XYZ 38.85 19.12 96.25 -
YUV 108.45 210.71 182.6 -
System Red Green Blue C M Y K H S L
Decimal 185 41 255 0.27 0.84 0 0 280.37 1 0.58
Hex B9 29 FF 1B 54 0 0 118 64 3A
Octal 271 51 377 33 124 0 0 430 144 72
Binary 10111001 101001 11111111 11011 1010100 0 0 100011000 1100100 111010

Color Harmonies of #B929FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929FF

Black with #B929FF

Text Example


Text Example

White with #B929FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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