Html Css Color HEX #BD1FE5 Electric Purple

📋 copy color: '#BD1FE5'

red 189 ◦ green 31 ◦ blue 229

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

Shades of Electric Purple #BD1FE5

Tints of Electric Purple #BD1FE5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.9%

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

R = 42.09%
G = 6.9%
B = 51%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD1FE5 (or 0xBD1FE5) is known color: Electric Purple. HEX triplet: BD, 1F and E5. RGB value is (189,31,229). Sum of RGB (Red+Green+Blue) = 189+31+229=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD1FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1FE5 is #42E01A. Grayscale: #646464. Windows color (decimal): -4382747 or 15015869. OLE color: 15015869.

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

Color convert

RGB 189 31 229 -
CMYK 0.17 0.86 0 0.10
HSL 287.88º 0.79% 0.51% -
HSV(B) 287.88º 0.86% 0.9% -
XYZ 35.62 17.46 75.62 -
YUV 100.81 200.35 190.9 -
System Red Green Blue C M Y K H S L
Decimal 189 31 229 0.17 0.86 0 0.10 287.88 0.79 0.51
Hex BD 1F E5 11 56 0 A 120 4F 33
Octal 275 37 345 21 126 0 12 440 117 63
Binary 10111101 11111 11100101 10001 1010110 0 1010 100100000 1001111 110011

Color Harmonies of #BD1FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1FE5

Black with #BD1FE5

Text Example


Text Example

White with #BD1FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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