Html Css Color HEX #BD1AFE Electric Purple

📋 copy color: '#BD1AFE'

red 189 ◦ green 26 ◦ blue 254

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

Shades of Electric Purple #BD1AFE

Tints of Electric Purple #BD1AFE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.54%

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

R = 40.3%
G = 5.54%
B = 54.16%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD1AFE (or 0xBD1AFE) is known color: Electric Purple. HEX triplet: BD, 1A and FE. RGB value is (189,26,254). Sum of RGB (Red+Green+Blue) = 189+26+254=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD1AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1AFE is #42E501. Grayscale: #636363. Windows color (decimal): -4384002 or 16652989. OLE color: 16652989.

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

Color convert

RGB 189 26 254 -
CMYK 0.26 0.90 0 0.00
HSL 282.89º 0.99% 0.55% -
HSV(B) 282.89º 0.9% 1% -
XYZ 39.25 18.71 95.31 -
YUV 100.73 214.5 190.96 -
System Red Green Blue C M Y K H S L
Decimal 189 26 254 0.26 0.90 0 0.00 282.89 0.99 0.55
Hex BD 1A FE 1A 5A 0 0 11B 63 37
Octal 275 32 376 32 132 0 0 433 143 67
Binary 10111101 11010 11111110 11010 1011010 0 0 100011011 1100011 110111

Color Harmonies of #BD1AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1AFE

Black with #BD1AFE

Text Example


Text Example

White with #BD1AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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