#BD00FF

Color #BD00FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BD00FF

Tints of Electric Purple #BD00FF

Color information

#BD00FF (or 0xBD00FF) is unknown color: approx Electric Purple. HEX triplet: BD, 00 and FF. RGB value is (189,0,255). Sum of RGB (Red+Green+Blue) = 189+0+255=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD00FF is #42FF00. Grayscale: #545454. Windows color (decimal): -4390657 or 16711869. OLE color: 16711869.

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

Color convert

RGB1890255-
CMYK0.26100
HSL284.47º100%50%-
HSV(B)284.47º100%100%-
XYZ39.0418.0496.03-
YUV85.58223.62201.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 57.43%
R=42.57%
G=0%
B=57.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18902550.26100284.4710050
HexBD0FF1A640011c6432
Octal2750377321440043414462
Binary10111101011111111110101100100001000111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD00FF; }

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

 H1.HeaderClassName
 {
   color: #BD00FF;
 }
 .AnyTagClassName
 {
   color: #BD00FF;
 }
</style>
background-color css

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

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

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

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

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

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