Html Css Color HEX #BD1CE5 Electric Purple

📋 copy color: '#BD1CE5'

red 189 ◦ green 28 ◦ blue 229

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

Shades of Electric Purple #BD1CE5

Tints of Electric Purple #BD1CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.35%

R = 42.38%
G = 6.28%
B = 51.35%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD1CE5 (or 0xBD1CE5) is known color: Electric Purple. HEX triplet: BD, 1C and E5. RGB value is (189,28,229). Sum of RGB (Red+Green+Blue) = 189+28+229=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD1CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CE5 is #42E31A. Grayscale: #626262. Windows color (decimal): -4383515 or 15015101. OLE color: 15015101.

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

Color convert

RGB 189 28 229 -
CMYK 0.17 0.88 0 0.10
HSL 288.06º 0.79% 0.5% -
HSV(B) 288.06º 0.88% 0.9% -
XYZ 35.54 17.31 75.6 -
YUV 99.05 201.34 192.16 -
System Red Green Blue C M Y K H S L
Decimal 189 28 229 0.17 0.88 0 0.10 288.06 0.79 0.5
Hex BD 1C E5 11 58 0 A 120 4F 32
Octal 275 34 345 21 130 0 12 440 117 62
Binary 10111101 11100 11100101 10001 1011000 0 1010 100100000 1001111 110010

Color Harmonies of #BD1CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1CE5

Black with #BD1CE5

Text Example


Text Example

White with #BD1CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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