Html Css Color HEX #BD31FB Electric Purple

📋 copy color: '#BD31FB'

red 189 ◦ green 49 ◦ blue 251

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

Shades of Electric Purple #BD31FB

Tints of Electric Purple #BD31FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.33%

R = 38.65%
G = 10.02%
B = 51.33%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD31FB (or 0xBD31FB) is known color: Electric Purple. HEX triplet: BD, 31 and FB. RGB value is (189,49,251). Sum of RGB (Red+Green+Blue) = 189+49+251=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD31FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD31FB is #42CE04. Grayscale: #717171. Windows color (decimal): -4378117 or 16462269. OLE color: 16462269.

HSL color Cylindrical-coordinate representation of color #BD31FB: hue angle of 281.58º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD31FB is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 49 251 -
CMYK 0.25 0.80 0 0.02
HSL 281.58º 0.96% 0.59% -
HSV(B) 281.58º 0.8% 0.98% -
XYZ 39.5 19.98 93.04 -
YUV 113.89 205.38 181.57 -
System Red Green Blue C M Y K H S L
Decimal 189 49 251 0.25 0.80 0 0.02 281.58 0.96 0.59
Hex BD 31 FB 19 50 0 2 11A 60 3B
Octal 275 61 373 31 120 0 2 432 140 73
Binary 10111101 110001 11111011 11001 1010000 0 10 100011010 1100000 111011

Color Harmonies of #BD31FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD31FB

Black with #BD31FB

Text Example


Text Example

White with #BD31FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD31FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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