Html Css Color HEX #BD27EA Electric Purple

📋 copy color: '#BD27EA'

red 189 ◦ green 39 ◦ blue 234

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

Shades of Electric Purple #BD27EA

Tints of Electric Purple #BD27EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 40.91%
G = 8.44%
B = 50.65%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD27EA (or 0xBD27EA) is known color: Electric Purple. HEX triplet: BD, 27 and EA. RGB value is (189,39,234). Sum of RGB (Red+Green+Blue) = 189+39+234=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD27EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD27EA is #42D815. Grayscale: #696969. Windows color (decimal): -4380694 or 15345597. OLE color: 15345597.

HSL color Cylindrical-coordinate representation of color #BD27EA: hue angle of 286.15º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD27EA is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 39 234 -
CMYK 0.19 0.83 0 0.08
HSL 286.15º 0.82% 0.54% -
HSV(B) 286.15º 0.83% 0.92% -
XYZ 36.56 18.21 79.43 -
YUV 106.08 200.2 187.14 -
System Red Green Blue C M Y K H S L
Decimal 189 39 234 0.19 0.83 0 0.08 286.15 0.82 0.54
Hex BD 27 EA 13 53 0 8 11E 52 36
Octal 275 47 352 23 123 0 10 436 122 66
Binary 10111101 100111 11101010 10011 1010011 0 1000 100011110 1010010 110110

Color Harmonies of #BD27EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD27EA

Black with #BD27EA

Text Example


Text Example

White with #BD27EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD27EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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