Html Css Color HEX #BD12FA Electric Purple

📋 copy color: '#BD12FA'

red 189 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #BD12FA

Tints of Electric Purple #BD12FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.94%

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

R = 41.36%
G = 3.94%
B = 54.7%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD12FA (or 0xBD12FA) is known color: Electric Purple. HEX triplet: BD, 12 and FA. RGB value is (189,18,250). Sum of RGB (Red+Green+Blue) = 189+18+250=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 18 (7.42% from 255 or 3.94% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD12FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD12FA is #42ED05. Grayscale: #5E5E5E. Windows color (decimal): -4386054 or 16388797. OLE color: 16388797.

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

Color convert

RGB 189 18 250 -
CMYK 0.24 0.93 0 0.02
HSL 284.22º 0.96% 0.53% -
HSV(B) 284.22º 0.93% 0.98% -
XYZ 38.46 18.15 91.92 -
YUV 95.58 215.15 194.64 -
System Red Green Blue C M Y K H S L
Decimal 189 18 250 0.24 0.93 0 0.02 284.22 0.96 0.53
Hex BD 12 FA 18 5D 0 2 11C 60 35
Octal 275 22 372 30 135 0 2 434 140 65
Binary 10111101 10010 11111010 11000 1011101 0 10 100011100 1100000 110101

Color Harmonies of #BD12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12FA

Black with #BD12FA

Text Example


Text Example

White with #BD12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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