Html Css Color HEX #BD1AFF Electric Purple

📋 copy color: '#BD1AFF'

red 189 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #BD1AFF

Tints of Electric Purple #BD1AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.26%

R = 40.21%
G = 5.53%
B = 54.26%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD1AFF (or 0xBD1AFF) is known color: Electric Purple. HEX triplet: BD, 1A and FF. RGB value is (189,26,255). Sum of RGB (Red+Green+Blue) = 189+26+255=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD1AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1AFF is #42E500. Grayscale: #646464. Windows color (decimal): -4384001 or 16718525. OLE color: 16718525.

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

Color convert

RGB 189 26 255 -
CMYK 0.26 0.90 0 0
HSL 282.71º 1% 0.55% -
HSV(B) 282.71º 0.9% 1% -
XYZ 39.41 18.78 96.16 -
YUV 100.84 215 190.88 -
System Red Green Blue C M Y K H S L
Decimal 189 26 255 0.26 0.90 0 0 282.71 1 0.55
Hex BD 1A FF 1A 5A 0 0 11B 64 37
Octal 275 32 377 32 132 0 0 433 144 67
Binary 10111101 11010 11111111 11010 1011010 0 0 100011011 1100100 110111

Color Harmonies of #BD1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1AFF

Black with #BD1AFF

Text Example


Text Example

White with #BD1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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