Html Css Color HEX #BD1CEA Electric Purple

📋 copy color: '#BD1CEA'

red 189 ◦ green 28 ◦ blue 234

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

Shades of Electric Purple #BD1CEA

Tints of Electric Purple #BD1CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.21%

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

R = 41.91%
G = 6.21%
B = 51.88%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD1CEA (or 0xBD1CEA) is known color: Electric Purple. HEX triplet: BD, 1C and EA. RGB value is (189,28,234). Sum of RGB (Red+Green+Blue) = 189+28+234=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD1CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1CEA is #42E315. Grayscale: #626262. Windows color (decimal): -4383510 or 15342781. OLE color: 15342781.

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

Color convert

RGB 189 28 234 -
CMYK 0.19 0.88 0 0.08
HSL 286.89º 0.83% 0.51% -
HSV(B) 286.89º 0.88% 0.92% -
XYZ 36.25 17.59 79.33 -
YUV 99.62 203.84 191.75 -
System Red Green Blue C M Y K H S L
Decimal 189 28 234 0.19 0.88 0 0.08 286.89 0.83 0.51
Hex BD 1C EA 13 58 0 8 11F 53 33
Octal 275 34 352 23 130 0 10 437 123 63
Binary 10111101 11100 11101010 10011 1011000 0 1000 100011111 1010011 110011

Color Harmonies of #BD1CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1CEA

Black with #BD1CEA

Text Example


Text Example

White with #BD1CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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