Html Css Color HEX #B610EE Electric Purple

📋 copy color: '#B610EE'

red 182 ◦ green 16 ◦ blue 238

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

Shades of Electric Purple #B610EE

Tints of Electric Purple #B610EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.67%

 BLUE value IS 238 (93.36% from 255) = 54.59%

R = 41.74%
G = 3.67%
B = 54.59%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B610EE (or 0xB610EE) is known color: Electric Purple. HEX triplet: B6, 10 and EE. RGB value is (182,16,238). Sum of RGB (Red+Green+Blue) = 182+16+238=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #B610EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B610EE is #49EF11. Grayscale: #5A5A5A. Windows color (decimal): -4845330 or 15601846. OLE color: 15601846.

HSL color Cylindrical-coordinate representation of color #B610EE: hue angle of 284.86º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B610EE is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 16 238 -
CMYK 0.24 0.93 0 0.07
HSL 284.86º 0.87% 0.5% -
HSV(B) 284.86º 0.93% 0.93% -
XYZ 34.91 16.49 82.23 -
YUV 90.94 211 192.95 -
System Red Green Blue C M Y K H S L
Decimal 182 16 238 0.24 0.93 0 0.07 284.86 0.87 0.5
Hex B6 10 EE 18 5D 0 7 11D 57 32
Octal 266 20 356 30 135 0 7 435 127 62
Binary 10110110 10000 11101110 11000 1011101 0 111 100011101 1010111 110010

Color Harmonies of #B610EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B610EE

Black with #B610EE

Text Example


Text Example

White with #B610EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B610EE; }

 p { color: rgb(182,16,238); }

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

background-color css

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

 a { background-color: rgb(182,16,238); }

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

border-color css

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

 span { border-color: rgb(182,16,238); }

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