Html Css Color HEX #B617EA Electric Purple

📋 copy color: '#B617EA'

red 182 ◦ green 23 ◦ blue 234

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

Shades of Electric Purple #B617EA

Tints of Electric Purple #B617EA

RGB

 RED value IS 182 (71.48% from 255) = 41.46%

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

 BLUE value IS 234 (91.8% from 255) = 53.3%

R = 41.46%
G = 5.24%
B = 53.3%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B617EA (or 0xB617EA) is known color: Electric Purple. HEX triplet: B6, 17 and EA. RGB value is (182,23,234). Sum of RGB (Red+Green+Blue) = 182+23+234=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #B617EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B617EA is #49E815. Grayscale: #5D5D5D. Windows color (decimal): -4843542 or 15341494. OLE color: 15341494.

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

Color convert

RGB 182 23 234 -
CMYK 0.22 0.90 0 0.08
HSL 285.21º 0.83% 0.5% -
HSV(B) 285.21º 0.9% 0.92% -
XYZ 34.45 16.5 79.21 -
YUV 94.6 206.68 190.34 -
System Red Green Blue C M Y K H S L
Decimal 182 23 234 0.22 0.90 0 0.08 285.21 0.83 0.5
Hex B6 17 EA 16 5A 0 8 11D 53 32
Octal 266 27 352 26 132 0 10 435 123 62
Binary 10110110 10111 11101010 10110 1011010 0 1000 100011101 1010011 110010

Color Harmonies of #B617EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617EA

Black with #B617EA

Text Example


Text Example

White with #B617EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617EA; }

 p { color: rgb(182,23,234); }

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

background-color css

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

 a { background-color: rgb(182,23,234); }

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

border-color css

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

 span { border-color: rgb(182,23,234); }

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