Html Css Color HEX #BD16EA Electric Purple

📋 copy color: '#BD16EA'

red 189 ◦ green 22 ◦ blue 234

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

Shades of Electric Purple #BD16EA

Tints of Electric Purple #BD16EA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.94%

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

R = 42.47%
G = 4.94%
B = 52.58%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD16EA (or 0xBD16EA) is known color: Electric Purple. HEX triplet: BD, 16 and EA. RGB value is (189,22,234). Sum of RGB (Red+Green+Blue) = 189+22+234=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD16EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD16EA is #42E915. Grayscale: #5F5F5F. Windows color (decimal): -4385046 or 15341245. OLE color: 15341245.

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

Color convert

RGB 189 22 234 -
CMYK 0.19 0.91 0 0.08
HSL 287.26º 0.83% 0.5% -
HSV(B) 287.26º 0.91% 0.92% -
XYZ 36.12 17.33 79.28 -
YUV 96.1 205.83 194.26 -
System Red Green Blue C M Y K H S L
Decimal 189 22 234 0.19 0.91 0 0.08 287.26 0.83 0.5
Hex BD 16 EA 13 5B 0 8 11F 53 32
Octal 275 26 352 23 133 0 10 437 123 62
Binary 10111101 10110 11101010 10011 1011011 0 1000 100011111 1010011 110010

Color Harmonies of #BD16EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD16EA

Black with #BD16EA

Text Example


Text Example

White with #BD16EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD16EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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