Html Css Color HEX #B923EE Electric Purple

📋 copy color: '#B923EE'

red 185 ◦ green 35 ◦ blue 238

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

Shades of Electric Purple #B923EE

Tints of Electric Purple #B923EE

RGB

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

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

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

R = 40.39%
G = 7.64%
B = 51.97%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B923EE (or 0xB923EE) is known color: Electric Purple. HEX triplet: B9, 23 and EE. RGB value is (185,35,238). Sum of RGB (Red+Green+Blue) = 185+35+238=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 35 (14.06% from 255 or 7.64% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #B923EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B923EE is #46DC11. Grayscale: #666666. Windows color (decimal): -4643858 or 15606713. OLE color: 15606713.

HSL color Cylindrical-coordinate representation of color #B923EE: hue angle of 284.33º 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 #B923EE is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 35 238 -
CMYK 0.22 0.85 0 0.07
HSL 284.34º 0.86% 0.54% -
HSV(B) 284.34º 0.85% 0.93% -
XYZ 36.04 17.69 82.4 -
YUV 102.99 204.2 186.49 -
System Red Green Blue C M Y K H S L
Decimal 185 35 238 0.22 0.85 0 0.07 284.34 0.86 0.54
Hex B9 23 EE 16 55 0 7 11C 56 36
Octal 271 43 356 26 125 0 7 434 126 66
Binary 10111001 100011 11101110 10110 1010101 0 111 100011100 1010110 110110

Color Harmonies of #B923EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B923EE

Black with #B923EE

Text Example


Text Example

White with #B923EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B923EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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