Html Css Color HEX #BD18EE Electric Purple

📋 copy color: '#BD18EE'

red 189 ◦ green 24 ◦ blue 238

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

Shades of Electric Purple #BD18EE

Tints of Electric Purple #BD18EE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.32%

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

R = 41.91%
G = 5.32%
B = 52.77%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD18EE (or 0xBD18EE) is known color: Electric Purple. HEX triplet: BD, 18 and EE. RGB value is (189,24,238). Sum of RGB (Red+Green+Blue) = 189+24+238=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 24 (9.77% from 255 or 5.32% 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 #BD18EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD18EE is #42E711. Grayscale: #616161. Windows color (decimal): -4384530 or 15603901. OLE color: 15603901.

HSL color Cylindrical-coordinate representation of color #BD18EE: hue angle of 286.26º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD18EE is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 24 238 -
CMYK 0.21 0.90 0 0.07
HSL 286.26º 0.86% 0.51% -
HSV(B) 286.26º 0.9% 0.93% -
XYZ 36.75 17.65 82.36 -
YUV 97.73 207.16 193.1 -
System Red Green Blue C M Y K H S L
Decimal 189 24 238 0.21 0.90 0 0.07 286.26 0.86 0.51
Hex BD 18 EE 15 5A 0 7 11E 56 33
Octal 275 30 356 25 132 0 7 436 126 63
Binary 10111101 11000 11101110 10101 1011010 0 111 100011110 1010110 110011

Color Harmonies of #BD18EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18EE

Black with #BD18EE

Text Example


Text Example

White with #BD18EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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