Html Css Color HEX #BD16FA Electric Purple

📋 copy color: '#BD16FA'

red 189 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #BD16FA

Tints of Electric Purple #BD16FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.77%

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

R = 41%
G = 4.77%
B = 54.23%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD16FA (or 0xBD16FA) is known color: Electric Purple. HEX triplet: BD, 16 and FA. RGB value is (189,22,250). Sum of RGB (Red+Green+Blue) = 189+22+250=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD16FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD16FA is #42E905. Grayscale: #616161. Windows color (decimal): -4385030 or 16389821. OLE color: 16389821.

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

Color convert

RGB 189 22 250 -
CMYK 0.24 0.91 0 0.02
HSL 283.95º 0.96% 0.53% -
HSV(B) 283.95º 0.91% 0.98% -
XYZ 38.53 18.29 91.94 -
YUV 97.93 213.83 192.96 -
System Red Green Blue C M Y K H S L
Decimal 189 22 250 0.24 0.91 0 0.02 283.95 0.96 0.53
Hex BD 16 FA 18 5B 0 2 11C 60 35
Octal 275 26 372 30 133 0 2 434 140 65
Binary 10111101 10110 11111010 11000 1011011 0 10 100011100 1100000 110101

Color Harmonies of #BD16FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD16FA

Black with #BD16FA

Text Example


Text Example

White with #BD16FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD16FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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