Html Css Color HEX #BD29FA Electric Purple

📋 copy color: '#BD29FA'

red 189 ◦ green 41 ◦ blue 250

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

Shades of Electric Purple #BD29FA

Tints of Electric Purple #BD29FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.54%

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

R = 39.38%
G = 8.54%
B = 52.08%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD29FA (or 0xBD29FA) is known color: Electric Purple. HEX triplet: BD, 29 and FA. RGB value is (189,41,250). Sum of RGB (Red+Green+Blue) = 189+41+250=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 41 (16.41% from 255 or 8.54% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD29FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD29FA is #42D605. Grayscale: #6C6C6C. Windows color (decimal): -4380166 or 16394685. OLE color: 16394685.

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

Color convert

RGB 189 41 250 -
CMYK 0.24 0.84 0 0.02
HSL 282.49º 0.95% 0.57% -
HSV(B) 282.49º 0.84% 0.98% -
XYZ 39.03 19.31 92.11 -
YUV 109.08 207.53 185.01 -
System Red Green Blue C M Y K H S L
Decimal 189 41 250 0.24 0.84 0 0.02 282.49 0.95 0.57
Hex BD 29 FA 18 54 0 2 11A 5F 39
Octal 275 51 372 30 124 0 2 432 137 71
Binary 10111101 101001 11111010 11000 1010100 0 10 100011010 1011111 111001

Color Harmonies of #BD29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29FA

Black with #BD29FA

Text Example


Text Example

White with #BD29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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