Html Css Color HEX #BD13FA Electric Purple

📋 copy color: '#BD13FA'

red 189 ◦ green 19 ◦ blue 250

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

Shades of Electric Purple #BD13FA

Tints of Electric Purple #BD13FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.15%

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 41.27%
G = 4.15%
B = 54.59%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD13FA (or 0xBD13FA) is known color: Electric Purple. HEX triplet: BD, 13 and FA. RGB value is (189,19,250). Sum of RGB (Red+Green+Blue) = 189+19+250=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 19 (7.81% from 255 or 4.15% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD13FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD13FA is #42EC05. Grayscale: #5F5F5F. Windows color (decimal): -4385798 or 16389053. OLE color: 16389053.

HSL color Cylindrical-coordinate representation of color #BD13FA: hue angle of 284.16º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD13FA is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 19 250 -
CMYK 0.24 0.92 0 0.02
HSL 284.16º 0.96% 0.53% -
HSV(B) 284.16º 0.92% 0.98% -
XYZ 38.47 18.19 91.93 -
YUV 96.16 214.82 194.22 -
System Red Green Blue C M Y K H S L
Decimal 189 19 250 0.24 0.92 0 0.02 284.16 0.96 0.53
Hex BD 13 FA 18 5C 0 2 11C 60 35
Octal 275 23 372 30 134 0 2 434 140 65
Binary 10111101 10011 11111010 11000 1011100 0 10 100011100 1100000 110101

Color Harmonies of #BD13FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD13FA

Black with #BD13FA

Text Example


Text Example

White with #BD13FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD13FA; }

 p { color: rgb(189,19,250); }

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

background-color css

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

 a { background-color: rgb(189,19,250); }

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

border-color css

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

 span { border-color: rgb(189,19,250); }

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