Html Css Color HEX #B810FD Electric Purple

📋 copy color: '#B810FD'

red 184 ◦ green 16 ◦ blue 253

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

Shades of Electric Purple #B810FD

Tints of Electric Purple #B810FD

RGB

 RED value IS 184 (72.27% from 255) = 40.62%

 GREEN value IS 16 (6.64% from 255) = 3.53%

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

R = 40.62%
G = 3.53%
B = 55.85%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B810FD (or 0xB810FD) is known color: Electric Purple. HEX triplet: B8, 10 and FD. RGB value is (184,16,253). Sum of RGB (Red+Green+Blue) = 184+16+253=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #B810FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B810FD is #47EF02. Grayscale: #5C5C5C. Windows color (decimal): -4714243 or 16584888. OLE color: 16584888.

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

Color convert

RGB 184 16 253 -
CMYK 0.27 0.94 0 0.01
HSL 282.53º 0.98% 0.53% -
HSV(B) 282.53º 0.94% 0.99% -
XYZ 37.68 17.65 94.35 -
YUV 93.25 218.16 192.73 -
System Red Green Blue C M Y K H S L
Decimal 184 16 253 0.27 0.94 0 0.01 282.53 0.98 0.53
Hex B8 10 FD 1B 5E 0 1 11B 62 35
Octal 270 20 375 33 136 0 1 433 142 65
Binary 10111000 10000 11111101 11011 1011110 0 1 100011011 1100010 110101

Color Harmonies of #B810FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B810FD

Black with #B810FD

Text Example


Text Example

White with #B810FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B810FD; }

 p { color: rgb(184,16,253); }

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

background-color css

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

 a { background-color: rgb(184,16,253); }

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

border-color css

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

 span { border-color: rgb(184,16,253); }

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