Html Css Color HEX #BD1AEA Electric Purple

📋 copy color: '#BD1AEA'

red 189 ◦ green 26 ◦ blue 234

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

Shades of Electric Purple #BD1AEA

Tints of Electric Purple #BD1AEA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.79%

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

R = 42.09%
G = 5.79%
B = 52.12%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD1AEA (or 0xBD1AEA) is known color: Electric Purple. HEX triplet: BD, 1A and EA. RGB value is (189,26,234). Sum of RGB (Red+Green+Blue) = 189+26+234=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD1AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1AEA is #42E515. Grayscale: #616161. Windows color (decimal): -4384022 or 15342269. OLE color: 15342269.

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

Color convert

RGB 189 26 234 -
CMYK 0.19 0.89 0 0.08
HSL 287.02º 0.83% 0.51% -
HSV(B) 287.02º 0.89% 0.92% -
XYZ 36.21 17.5 79.31 -
YUV 98.45 204.5 192.59 -
System Red Green Blue C M Y K H S L
Decimal 189 26 234 0.19 0.89 0 0.08 287.02 0.83 0.51
Hex BD 1A EA 13 59 0 8 11F 53 33
Octal 275 32 352 23 131 0 10 437 123 63
Binary 10111101 11010 11101010 10011 1011001 0 1000 100011111 1010011 110011

Color Harmonies of #BD1AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1AEA

Black with #BD1AEA

Text Example


Text Example

White with #BD1AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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