Html Css Color HEX #B917EB Electric Purple

📋 copy color: '#B917EB'

red 185 ◦ green 23 ◦ blue 235

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

Shades of Electric Purple #B917EB

Tints of Electric Purple #B917EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.05%

R = 41.76%
G = 5.19%
B = 53.05%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B917EB (or 0xB917EB) is known color: Electric Purple. HEX triplet: B9, 17 and EB. RGB value is (185,23,235). Sum of RGB (Red+Green+Blue) = 185+23+235=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #B917EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B917EB is #46E814. Grayscale: #5E5E5E. Windows color (decimal): -4646933 or 15407033. OLE color: 15407033.

HSL color Cylindrical-coordinate representation of color #B917EB: hue angle of 285.85º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B917EB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 23 235 -
CMYK 0.21 0.90 0 0.08
HSL 285.85º 0.84% 0.51% -
HSV(B) 285.85º 0.9% 0.92% -
XYZ 35.31 16.93 80 -
YUV 95.61 206.67 191.76 -
System Red Green Blue C M Y K H S L
Decimal 185 23 235 0.21 0.90 0 0.08 285.85 0.84 0.51
Hex B9 17 EB 15 5A 0 8 11E 54 33
Octal 271 27 353 25 132 0 10 436 124 63
Binary 10111001 10111 11101011 10101 1011010 0 1000 100011110 1010100 110011

Color Harmonies of #B917EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917EB

Black with #B917EB

Text Example


Text Example

White with #B917EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917EB; }

 p { color: rgb(185,23,235); }

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

background-color css

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

 a { background-color: rgb(185,23,235); }

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

border-color css

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

 span { border-color: rgb(185,23,235); }

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