Html Css Color HEX #BD18E6 Electric Purple

📋 copy color: '#BD18E6'

red 189 ◦ green 24 ◦ blue 230

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

Shades of Electric Purple #BD18E6

Tints of Electric Purple #BD18E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.92%

R = 42.66%
G = 5.42%
B = 51.92%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD18E6 (or 0xBD18E6) is known color: Electric Purple. HEX triplet: BD, 18 and E6. RGB value is (189,24,230). Sum of RGB (Red+Green+Blue) = 189+24+230=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD18E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD18E6 is #42E719. Grayscale: #606060. Windows color (decimal): -4384538 or 15079613. OLE color: 15079613.

HSL color Cylindrical-coordinate representation of color #BD18E6: hue angle of 288.06º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD18E6 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 24 230 -
CMYK 0.18 0.90 0 0.10
HSL 288.06º 0.81% 0.5% -
HSV(B) 288.06º 0.9% 0.9% -
XYZ 35.6 17.19 76.3 -
YUV 96.82 203.16 193.75 -
System Red Green Blue C M Y K H S L
Decimal 189 24 230 0.18 0.90 0 0.10 288.06 0.81 0.5
Hex BD 18 E6 12 5A 0 A 120 51 32
Octal 275 30 346 22 132 0 12 440 121 62
Binary 10111101 11000 11100110 10010 1011010 0 1010 100100000 1010001 110010

Color Harmonies of #BD18E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18E6

Black with #BD18E6

Text Example


Text Example

White with #BD18E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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