Html Css Color HEX #BD01FA Electric Purple

📋 copy color: '#BD01FA'

red 189 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #BD01FA

Tints of Electric Purple #BD01FA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 42.95%
G = 0.23%
B = 56.82%

CMYK

 C value IS 0.24

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD01FA (or 0xBD01FA) is known color: Electric Purple. HEX triplet: BD, 01 and FA. RGB value is (189,1,250). Sum of RGB (Red+Green+Blue) = 189+1+250=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD01FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD01FA is #42FE05. Grayscale: #545454. Windows color (decimal): -4390406 or 16384445. OLE color: 16384445.

HSL color Cylindrical-coordinate representation of color #BD01FA: hue angle of 285.3º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD01FA is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 1 250 -
CMYK 0.24 1.00 0 0.02
HSL 285.3º 0.99% 0.49% -
HSV(B) 285.3º 1% 0.98% -
XYZ 38.25 17.74 91.85 -
YUV 85.6 220.78 201.75 -
System Red Green Blue C M Y K H S L
Decimal 189 1 250 0.24 1.00 0 0.02 285.3 0.99 0.49
Hex BD 1 FA 18 64 0 2 11D 63 31
Octal 275 1 372 30 144 0 2 435 143 61
Binary 10111101 1 11111010 11000 1100100 0 10 100011101 1100011 110001

Color Harmonies of #BD01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD01FA

Black with #BD01FA

Text Example


Text Example

White with #BD01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD01FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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