Html Css Color HEX #BD18EA Electric Purple

📋 copy color: '#BD18EA'

red 189 ◦ green 24 ◦ blue 234

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

Shades of Electric Purple #BD18EA

Tints of Electric Purple #BD18EA

RGB

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

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

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

R = 42.28%
G = 5.37%
B = 52.35%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD18EA (or 0xBD18EA) is known color: Electric Purple. HEX triplet: BD, 18 and EA. RGB value is (189,24,234). Sum of RGB (Red+Green+Blue) = 189+24+234=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD18EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD18EA is #42E715. Grayscale: #606060. Windows color (decimal): -4384534 or 15341757. OLE color: 15341757.

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

Color convert

RGB 189 24 234 -
CMYK 0.19 0.90 0 0.08
HSL 287.14º 0.83% 0.51% -
HSV(B) 287.14º 0.9% 0.92% -
XYZ 36.16 17.41 79.3 -
YUV 97.28 205.16 193.42 -
System Red Green Blue C M Y K H S L
Decimal 189 24 234 0.19 0.90 0 0.08 287.14 0.83 0.51
Hex BD 18 EA 13 5A 0 8 11F 53 33
Octal 275 30 352 23 132 0 10 437 123 63
Binary 10111101 11000 11101010 10011 1011010 0 1000 100011111 1010011 110011

Color Harmonies of #BD18EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18EA

Black with #BD18EA

Text Example


Text Example

White with #BD18EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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