Html Css Color HEX #B217FF Electric Purple

📋 copy color: '#B217FF'

red 178 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #B217FF

Tints of Electric Purple #B217FF

RGB

 RED value IS 178 (69.92% from 255) = 39.04%

 GREEN value IS 23 (9.38% from 255) = 5.04%

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

R = 39.04%
G = 5.04%
B = 55.92%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B217FF (or 0xB217FF) is known color: Electric Purple. HEX triplet: B2, 17 and FF. RGB value is (178,23,255). Sum of RGB (Red+Green+Blue) = 178+23+255=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 23 (9.38% from 255 or 5.04% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #B217FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B217FF is #4DE800. Grayscale: #5F5F5F. Windows color (decimal): -5105665 or 16717746. OLE color: 16717746.

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

Color convert

RGB 178 23 255 -
CMYK 0.30 0.91 0 0
HSL 280.09º 1% 0.55% -
HSV(B) 280.09º 0.91% 1% -
XYZ 36.72 17.3 96.01 -
YUV 95.79 217.85 186.64 -
System Red Green Blue C M Y K H S L
Decimal 178 23 255 0.30 0.91 0 0 280.09 1 0.55
Hex B2 17 FF 1E 5B 0 0 118 64 37
Octal 262 27 377 36 133 0 0 430 144 67
Binary 10110010 10111 11111111 11110 1011011 0 0 100011000 1100100 110111

Color Harmonies of #B217FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B217FF

Black with #B217FF

Text Example


Text Example

White with #B217FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B217FF; }

 p { color: rgb(178,23,255); }

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

background-color css

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

 a { background-color: rgb(178,23,255); }

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

border-color css

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

 span { border-color: rgb(178,23,255); }

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