Html Css Color HEX #B933FA Electric Purple

📋 copy color: '#B933FA'

red 185 ◦ green 51 ◦ blue 250

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

Shades of Electric Purple #B933FA

Tints of Electric Purple #B933FA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.49%

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 38.07%
G = 10.49%
B = 51.44%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B933FA (or 0xB933FA) is known color: Electric Purple. HEX triplet: B9, 33 and FA. RGB value is (185,51,250). Sum of RGB (Red+Green+Blue) = 185+51+250=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #B933FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B933FA is #46CC05. Grayscale: #717171. Windows color (decimal): -4639750 or 16397241. OLE color: 16397241.

HSL color Cylindrical-coordinate representation of color #B933FA: hue angle of 280.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B933FA is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 51 250 -
CMYK 0.26 0.80 0 0.02
HSL 280.4º 0.95% 0.59% -
HSV(B) 280.4º 0.8% 0.98% -
XYZ 38.45 19.58 92.2 -
YUV 113.75 204.89 178.82 -
System Red Green Blue C M Y K H S L
Decimal 185 51 250 0.26 0.80 0 0.02 280.4 0.95 0.59
Hex B9 33 FA 1A 50 0 2 118 5F 3B
Octal 271 63 372 32 120 0 2 430 137 73
Binary 10111001 110011 11111010 11010 1010000 0 10 100011000 1011111 111011

Color Harmonies of #B933FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B933FA

Black with #B933FA

Text Example


Text Example

White with #B933FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B933FA; }

 p { color: rgb(185,51,250); }

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

background-color css

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

 a { background-color: rgb(185,51,250); }

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

border-color css

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

 span { border-color: rgb(185,51,250); }

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