Html Css Color HEX #BD1FE3 Electric Purple

📋 copy color: '#BD1FE3'

red 189 ◦ green 31 ◦ blue 227

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

Shades of Electric Purple #BD1FE3

Tints of Electric Purple #BD1FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 50.78%

R = 42.28%
G = 6.94%
B = 50.78%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD1FE3 (or 0xBD1FE3) is known color: Electric Purple. HEX triplet: BD, 1F and E3. RGB value is (189,31,227). Sum of RGB (Red+Green+Blue) = 189+31+227=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 31 (12.5% from 255 or 6.94% from 447); Blue value is 227 (89.06% from 255 or 50.78% from 447); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD1FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1FE3 is #42E01C. Grayscale: #636363. Windows color (decimal): -4382749 or 14884797. OLE color: 14884797.

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

Color convert

RGB 189 31 227 -
CMYK 0.17 0.86 0 0.11
HSL 288.37º 0.78% 0.51% -
HSV(B) 288.37º 0.86% 0.89% -
XYZ 35.34 17.34 74.16 -
YUV 100.59 199.35 191.06 -
System Red Green Blue C M Y K H S L
Decimal 189 31 227 0.17 0.86 0 0.11 288.37 0.78 0.51
Hex BD 1F E3 11 56 0 B 120 4E 33
Octal 275 37 343 21 126 0 13 440 116 63
Binary 10111101 11111 11100011 10001 1010110 0 1011 100100000 1001110 110011

Color Harmonies of #BD1FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1FE3

Black with #BD1FE3

Text Example


Text Example

White with #BD1FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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