Html Css Color HEX #B935FE Electric Purple

📋 copy color: '#B935FE'

red 185 ◦ green 53 ◦ blue 254

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

Shades of Electric Purple #B935FE

Tints of Electric Purple #B935FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.77%

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 37.6%
G = 10.77%
B = 51.63%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B935FE (or 0xB935FE) is known color: Electric Purple. HEX triplet: B9, 35 and FE. RGB value is (185,53,254). Sum of RGB (Red+Green+Blue) = 185+53+254=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 53 (21.09% from 255 or 10.77% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #B935FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935FE is #46CA01. Grayscale: #727272. Windows color (decimal): -4639234 or 16659897. OLE color: 16659897.

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

Color convert

RGB 185 53 254 -
CMYK 0.27 0.79 0 0.00
HSL 279.4º 0.99% 0.6% -
HSV(B) 279.4º 0.79% 1% -
XYZ 39.17 20.02 95.56 -
YUV 115.38 206.23 177.66 -
System Red Green Blue C M Y K H S L
Decimal 185 53 254 0.27 0.79 0 0.00 279.4 0.99 0.6
Hex B9 35 FE 1B 4F 0 0 117 63 3C
Octal 271 65 376 33 117 0 0 427 143 74
Binary 10111001 110101 11111110 11011 1001111 0 0 100010111 1100011 111100

Color Harmonies of #B935FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935FE

Black with #B935FE

Text Example


Text Example

White with #B935FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935FE; }

 p { color: rgb(185,53,254); }

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

background-color css

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

 a { background-color: rgb(185,53,254); }

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

border-color css

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

 span { border-color: rgb(185,53,254); }

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