Html Css Color HEX #B935FF Electric Purple

📋 copy color: '#B935FF'

red 185 ◦ green 53 ◦ blue 255

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

Shades of Electric Purple #B935FF

Tints of Electric Purple #B935FF

RGB

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

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

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

R = 37.53%
G = 10.75%
B = 51.72%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B935FF (or 0xB935FF) is known color: Electric Purple. HEX triplet: B9, 35 and FF. RGB value is (185,53,255). Sum of RGB (Red+Green+Blue) = 185+53+255=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 53 (21.09% from 255 or 10.75% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #B935FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935FF is #46CA00. Grayscale: #727272. Windows color (decimal): -4639233 or 16725433. OLE color: 16725433.

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

Color convert

RGB 185 53 255 -
CMYK 0.27 0.79 0 0
HSL 279.21º 1% 0.6% -
HSV(B) 279.21º 0.79% 1% -
XYZ 39.33 20.08 96.41 -
YUV 115.5 206.73 177.57 -
System Red Green Blue C M Y K H S L
Decimal 185 53 255 0.27 0.79 0 0 279.21 1 0.6
Hex B9 35 FF 1B 4F 0 0 117 64 3C
Octal 271 65 377 33 117 0 0 427 144 74
Binary 10111001 110101 11111111 11011 1001111 0 0 100010111 1100100 111100

Color Harmonies of #B935FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935FF

Black with #B935FF

Text Example


Text Example

White with #B935FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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