Html Css Color HEX #BD27EE Electric Purple

📋 copy color: '#BD27EE'

red 189 ◦ green 39 ◦ blue 238

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

Shades of Electric Purple #BD27EE

Tints of Electric Purple #BD27EE

RGB

 RED value IS 189 (74.22% from 255) = 40.56%

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

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

R = 40.56%
G = 8.37%
B = 51.07%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD27EE (or 0xBD27EE) is known color: Electric Purple. HEX triplet: BD, 27 and EE. RGB value is (189,39,238). Sum of RGB (Red+Green+Blue) = 189+39+238=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD27EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD27EE is #42D811. Grayscale: #696969. Windows color (decimal): -4380690 or 15607741. OLE color: 15607741.

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

Color convert

RGB 189 39 238 -
CMYK 0.21 0.84 0 0.07
HSL 285.23º 0.85% 0.54% -
HSV(B) 285.23º 0.84% 0.93% -
XYZ 37.14 18.44 82.49 -
YUV 106.54 202.2 186.82 -
System Red Green Blue C M Y K H S L
Decimal 189 39 238 0.21 0.84 0 0.07 285.23 0.85 0.54
Hex BD 27 EE 15 54 0 7 11D 55 36
Octal 275 47 356 25 124 0 7 435 125 66
Binary 10111101 100111 11101110 10101 1010100 0 111 100011101 1010101 110110

Color Harmonies of #BD27EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD27EE

Black with #BD27EE

Text Example


Text Example

White with #BD27EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD27EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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