Html Css Color HEX #B918FF Electric Purple

📋 copy color: '#B918FF'

red 185 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #B918FF

Tints of Electric Purple #B918FF

RGB

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

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

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

R = 39.87%
G = 5.17%
B = 54.96%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B918FF (or 0xB918FF) is known color: Electric Purple. HEX triplet: B9, 18 and FF. RGB value is (185,24,255). Sum of RGB (Red+Green+Blue) = 185+24+255=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #B918FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B918FF is #46E700. Grayscale: #616161. Windows color (decimal): -4646657 or 16718009. OLE color: 16718009.

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

Color convert

RGB 185 24 255 -
CMYK 0.27 0.91 0 0
HSL 281.82º 1% 0.55% -
HSV(B) 281.82º 0.91% 1% -
XYZ 38.38 18.19 96.1 -
YUV 98.47 216.34 189.72 -
System Red Green Blue C M Y K H S L
Decimal 185 24 255 0.27 0.91 0 0 281.82 1 0.55
Hex B9 18 FF 1B 5B 0 0 11A 64 37
Octal 271 30 377 33 133 0 0 432 144 67
Binary 10111001 11000 11111111 11011 1011011 0 0 100011010 1100100 110111

Color Harmonies of #B918FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918FF

Black with #B918FF

Text Example


Text Example

White with #B918FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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