Html Css Color HEX #BD1BFF Electric Purple

📋 copy color: '#BD1BFF'

red 189 ◦ green 27 ◦ blue 255

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

Shades of Electric Purple #BD1BFF

Tints of Electric Purple #BD1BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.73%

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

R = 40.13%
G = 5.73%
B = 54.14%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD1BFF (or 0xBD1BFF) is known color: Electric Purple. HEX triplet: BD, 1B and FF. RGB value is (189,27,255). Sum of RGB (Red+Green+Blue) = 189+27+255=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD1BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1BFF is #42E400. Grayscale: #646464. Windows color (decimal): -4383745 or 16718781. OLE color: 16718781.

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

Color convert

RGB 189 27 255 -
CMYK 0.26 0.89 0 0
HSL 282.63º 1% 0.55% -
HSV(B) 282.63º 0.89% 1% -
XYZ 39.43 18.82 96.16 -
YUV 101.43 214.67 190.46 -
System Red Green Blue C M Y K H S L
Decimal 189 27 255 0.26 0.89 0 0 282.63 1 0.55
Hex BD 1B FF 1A 59 0 0 11B 64 37
Octal 275 33 377 32 131 0 0 433 144 67
Binary 10111101 11011 11111111 11010 1011001 0 0 100011011 1100100 110111

Color Harmonies of #BD1BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1BFF

Black with #BD1BFF

Text Example


Text Example

White with #BD1BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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