Html Css Color HEX #B927EE Electric Purple

📋 copy color: '#B927EE'

red 185 ◦ green 39 ◦ blue 238

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

Shades of Electric Purple #B927EE

Tints of Electric Purple #B927EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.44%

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

R = 40.04%
G = 8.44%
B = 51.52%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B927EE (or 0xB927EE) is known color: Electric Purple. HEX triplet: B9, 27 and EE. RGB value is (185,39,238). Sum of RGB (Red+Green+Blue) = 185+39+238=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #B927EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B927EE is #46D811. Grayscale: #686868. Windows color (decimal): -4642834 or 15607737. OLE color: 15607737.

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

Color convert

RGB 185 39 238 -
CMYK 0.22 0.84 0 0.07
HSL 284.02º 0.85% 0.54% -
HSV(B) 284.02º 0.84% 0.93% -
XYZ 36.17 17.94 82.45 -
YUV 105.34 202.87 184.82 -
System Red Green Blue C M Y K H S L
Decimal 185 39 238 0.22 0.84 0 0.07 284.02 0.85 0.54
Hex B9 27 EE 16 54 0 7 11C 55 36
Octal 271 47 356 26 124 0 7 434 125 66
Binary 10111001 100111 11101110 10110 1010100 0 111 100011100 1010101 110110

Color Harmonies of #B927EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B927EE

Black with #B927EE

Text Example


Text Example

White with #B927EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B927EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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