Html Css Color HEX #BD31FE Electric Purple

📋 copy color: '#BD31FE'

red 189 ◦ green 49 ◦ blue 254

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

Shades of Electric Purple #BD31FE

Tints of Electric Purple #BD31FE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.96%

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 38.41%
G = 9.96%
B = 51.63%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD31FE (or 0xBD31FE) is known color: Electric Purple. HEX triplet: BD, 31 and FE. RGB value is (189,49,254). Sum of RGB (Red+Green+Blue) = 189+49+254=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD31FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD31FE is #42CE01. Grayscale: #717171. Windows color (decimal): -4378114 or 16658877. OLE color: 16658877.

HSL color Cylindrical-coordinate representation of color #BD31FE: hue angle of 280.98º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD31FE is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 49 254 -
CMYK 0.26 0.81 0 0.00
HSL 280.98º 0.99% 0.59% -
HSV(B) 280.98º 0.81% 1% -
XYZ 39.97 20.17 95.55 -
YUV 114.23 206.88 181.33 -
System Red Green Blue C M Y K H S L
Decimal 189 49 254 0.26 0.81 0 0.00 280.98 0.99 0.59
Hex BD 31 FE 1A 51 0 0 119 63 3B
Octal 275 61 376 32 121 0 0 431 143 73
Binary 10111101 110001 11111110 11010 1010001 0 0 100011001 1100011 111011

Color Harmonies of #BD31FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD31FE

Black with #BD31FE

Text Example


Text Example

White with #BD31FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD31FE; }

 p { color: rgb(189,49,254); }

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

background-color css

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

 a { background-color: rgb(189,49,254); }

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

border-color css

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

 span { border-color: rgb(189,49,254); }

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