Html Css Color HEX #BD03FA Electric Purple

📋 copy color: '#BD03FA'

red 189 ◦ green 3 ◦ blue 250

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

Shades of Electric Purple #BD03FA

Tints of Electric Purple #BD03FA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.68%

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

R = 42.76%
G = 0.68%
B = 56.56%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD03FA (or 0xBD03FA) is known color: Electric Purple. HEX triplet: BD, 03 and FA. RGB value is (189,3,250). Sum of RGB (Red+Green+Blue) = 189+3+250=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD03FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD03FA is #42FC05. Grayscale: #555555. Windows color (decimal): -4389894 or 16384957. OLE color: 16384957.

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

Color convert

RGB 189 3 250 -
CMYK 0.24 0.99 0 0.02
HSL 285.18º 0.98% 0.5% -
HSV(B) 285.18º 0.99% 0.98% -
XYZ 38.27 17.79 91.86 -
YUV 86.77 220.12 200.92 -
System Red Green Blue C M Y K H S L
Decimal 189 3 250 0.24 0.99 0 0.02 285.18 0.98 0.5
Hex BD 3 FA 18 63 0 2 11D 62 32
Octal 275 3 372 30 143 0 2 435 142 62
Binary 10111101 11 11111010 11000 1100011 0 10 100011101 1100010 110010

Color Harmonies of #BD03FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD03FA

Black with #BD03FA

Text Example


Text Example

White with #BD03FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD03FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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