Html Css Color HEX #BD29FE Electric Purple

📋 copy color: '#BD29FE'

red 189 ◦ green 41 ◦ blue 254

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

Shades of Electric Purple #BD29FE

Tints of Electric Purple #BD29FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 39.05%
G = 8.47%
B = 52.48%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD29FE (or 0xBD29FE) is known color: Electric Purple. HEX triplet: BD, 29 and FE. RGB value is (189,41,254). Sum of RGB (Red+Green+Blue) = 189+41+254=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD29FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD29FE is #42D601. Grayscale: #6C6C6C. Windows color (decimal): -4380162 or 16656829. OLE color: 16656829.

HSL color Cylindrical-coordinate representation of color #BD29FE: hue angle of 281.69º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD29FE is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 41 254 -
CMYK 0.26 0.84 0 0.00
HSL 281.69º 0.99% 0.58% -
HSV(B) 281.69º 0.84% 1% -
XYZ 39.67 19.56 95.45 -
YUV 109.53 209.53 184.68 -
System Red Green Blue C M Y K H S L
Decimal 189 41 254 0.26 0.84 0 0.00 281.69 0.99 0.58
Hex BD 29 FE 1A 54 0 0 11A 63 3A
Octal 275 51 376 32 124 0 0 432 143 72
Binary 10111101 101001 11111110 11010 1010100 0 0 100011010 1100011 111010

Color Harmonies of #BD29FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29FE

Black with #BD29FE

Text Example


Text Example

White with #BD29FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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