Html Css Color HEX #B930FF Electric Purple

📋 copy color: '#B930FF'

red 185 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #B930FF

Tints of Electric Purple #B930FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.84%

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

R = 37.91%
G = 9.84%
B = 52.25%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B930FF (or 0xB930FF) is known color: Electric Purple. HEX triplet: B9, 30 and FF. RGB value is (185,48,255). Sum of RGB (Red+Green+Blue) = 185+48+255=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #B930FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B930FF is #46CF00. Grayscale: #6F6F6F. Windows color (decimal): -4640513 or 16724153. OLE color: 16724153.

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

Color convert

RGB 185 48 255 -
CMYK 0.27 0.81 0 0
HSL 279.71º 1% 0.59% -
HSV(B) 279.71º 0.81% 1% -
XYZ 39.11 19.65 96.34 -
YUV 112.56 208.39 179.67 -
System Red Green Blue C M Y K H S L
Decimal 185 48 255 0.27 0.81 0 0 279.71 1 0.59
Hex B9 30 FF 1B 51 0 0 118 64 3B
Octal 271 60 377 33 121 0 0 430 144 73
Binary 10111001 110000 11111111 11011 1010001 0 0 100011000 1100100 111011

Color Harmonies of #B930FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B930FF

Black with #B930FF

Text Example


Text Example

White with #B930FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B930FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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