Html Css Color HEX #B935FD Electric Purple

📋 copy color: '#B935FD'

red 185 ◦ green 53 ◦ blue 253

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

Shades of Electric Purple #B935FD

Tints of Electric Purple #B935FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.53%

R = 37.68%
G = 10.79%
B = 51.53%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B935FD (or 0xB935FD) is known color: Electric Purple. HEX triplet: B9, 35 and FD. RGB value is (185,53,253). Sum of RGB (Red+Green+Blue) = 185+53+253=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 53 (21.09% from 255 or 10.79% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #B935FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935FD is #46CA02. Grayscale: #727272. Windows color (decimal): -4639235 or 16594361. OLE color: 16594361.

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

Color convert

RGB 185 53 253 -
CMYK 0.27 0.79 0 0.01
HSL 279.6º 0.98% 0.6% -
HSV(B) 279.6º 0.79% 0.99% -
XYZ 39.01 19.95 94.72 -
YUV 115.27 205.73 177.74 -
System Red Green Blue C M Y K H S L
Decimal 185 53 253 0.27 0.79 0 0.01 279.6 0.98 0.6
Hex B9 35 FD 1B 4F 0 1 118 62 3C
Octal 271 65 375 33 117 0 1 430 142 74
Binary 10111001 110101 11111101 11011 1001111 0 1 100011000 1100010 111100

Color Harmonies of #B935FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935FD

Black with #B935FD

Text Example


Text Example

White with #B935FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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