Html Css Color HEX #B818FF Electric Purple

📋 copy color: '#B818FF'

red 184 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #B818FF

Tints of Electric Purple #B818FF

RGB

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

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

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

R = 39.74%
G = 5.18%
B = 55.08%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B818FF (or 0xB818FF) is known color: Electric Purple. HEX triplet: B8, 18 and FF. RGB value is (184,24,255). Sum of RGB (Red+Green+Blue) = 184+24+255=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #B818FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B818FF is #47E700. Grayscale: #616161. Windows color (decimal): -4712193 or 16718008. OLE color: 16718008.

HSL color Cylindrical-coordinate representation of color #B818FF: hue angle of 281.56º 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 #B818FF is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 24 255 -
CMYK 0.28 0.91 0 0
HSL 281.56º 1% 0.55% -
HSV(B) 281.56º 0.91% 1% -
XYZ 38.14 18.06 96.08 -
YUV 98.17 216.51 189.22 -
System Red Green Blue C M Y K H S L
Decimal 184 24 255 0.28 0.91 0 0 281.56 1 0.55
Hex B8 18 FF 1C 5B 0 0 11A 64 37
Octal 270 30 377 34 133 0 0 432 144 67
Binary 10111000 11000 11111111 11100 1011011 0 0 100011010 1100100 110111

Color Harmonies of #B818FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B818FF

Black with #B818FF

Text Example


Text Example

White with #B818FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B818FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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