Html Css Color HEX #B223EE Electric Purple

📋 copy color: '#B223EE'

red 178 ◦ green 35 ◦ blue 238

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

Shades of Electric Purple #B223EE

Tints of Electric Purple #B223EE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.76%

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

R = 39.47%
G = 7.76%
B = 52.77%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B223EE (or 0xB223EE) is known color: Electric Purple. HEX triplet: B2, 23 and EE. RGB value is (178,35,238). Sum of RGB (Red+Green+Blue) = 178+35+238=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #B223EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B223EE is #4DDC11. Grayscale: #646464. Windows color (decimal): -5102610 or 15606706. OLE color: 15606706.

HSL color Cylindrical-coordinate representation of color #B223EE: hue angle of 282.27º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B223EE is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 35 238 -
CMYK 0.25 0.85 0 0.07
HSL 282.27º 0.86% 0.54% -
HSV(B) 282.27º 0.85% 0.93% -
XYZ 34.39 16.84 82.33 -
YUV 100.9 205.38 182.99 -
System Red Green Blue C M Y K H S L
Decimal 178 35 238 0.25 0.85 0 0.07 282.27 0.86 0.54
Hex B2 23 EE 19 55 0 7 11A 56 36
Octal 262 43 356 31 125 0 7 432 126 66
Binary 10110010 100011 11101110 11001 1010101 0 111 100011010 1010110 110110

Color Harmonies of #B223EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223EE

Black with #B223EE

Text Example


Text Example

White with #B223EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223EE; }

 p { color: rgb(178,35,238); }

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

background-color css

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

 a { background-color: rgb(178,35,238); }

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

border-color css

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

 span { border-color: rgb(178,35,238); }

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