Html Css Color HEX #BD20FA Electric Purple

📋 copy color: '#BD20FA'

red 189 ◦ green 32 ◦ blue 250

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

Shades of Electric Purple #BD20FA

Tints of Electric Purple #BD20FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.79%

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

R = 40.13%
G = 6.79%
B = 53.08%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD20FA (or 0xBD20FA) is known color: Electric Purple. HEX triplet: BD, 20 and FA. RGB value is (189,32,250). Sum of RGB (Red+Green+Blue) = 189+32+250=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD20FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD20FA is #42DF05. Grayscale: #676767. Windows color (decimal): -4382470 or 16392381. OLE color: 16392381.

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

Color convert

RGB 189 32 250 -
CMYK 0.24 0.87 0 0.02
HSL 283.21º 0.96% 0.55% -
HSV(B) 283.21º 0.87% 0.98% -
XYZ 38.76 18.75 92.02 -
YUV 103.8 210.51 188.77 -
System Red Green Blue C M Y K H S L
Decimal 189 32 250 0.24 0.87 0 0.02 283.21 0.96 0.55
Hex BD 20 FA 18 57 0 2 11B 60 37
Octal 275 40 372 30 127 0 2 433 140 67
Binary 10111101 100000 11111010 11000 1010111 0 10 100011011 1100000 110111

Color Harmonies of #BD20FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20FA

Black with #BD20FA

Text Example


Text Example

White with #BD20FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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