Html Css Color HEX #B918FD Electric Purple

📋 copy color: '#B918FD'

red 185 ◦ green 24 ◦ blue 253

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

Shades of Electric Purple #B918FD

Tints of Electric Purple #B918FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.19%

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

R = 40.04%
G = 5.19%
B = 54.76%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B918FD (or 0xB918FD) is known color: Electric Purple. HEX triplet: B9, 18 and FD. RGB value is (185,24,253). Sum of RGB (Red+Green+Blue) = 185+24+253=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #B918FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B918FD is #46E702. Grayscale: #616161. Windows color (decimal): -4646659 or 16586937. OLE color: 16586937.

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

Color convert

RGB 185 24 253 -
CMYK 0.27 0.91 0 0.01
HSL 282.18º 0.98% 0.54% -
HSV(B) 282.18º 0.91% 0.99% -
XYZ 38.06 18.06 94.41 -
YUV 98.25 215.34 189.88 -
System Red Green Blue C M Y K H S L
Decimal 185 24 253 0.27 0.91 0 0.01 282.18 0.98 0.54
Hex B9 18 FD 1B 5B 0 1 11A 62 36
Octal 271 30 375 33 133 0 1 432 142 66
Binary 10111001 11000 11111101 11011 1011011 0 1 100011010 1100010 110110

Color Harmonies of #B918FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918FD

Black with #B918FD

Text Example


Text Example

White with #B918FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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