#BD33FD

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

Shades of Electric Purple #BD33FD

Tints of Electric Purple #BD33FD

Color information

#BD33FD (or 0xBD33FD) is unknown color: approx Electric Purple. HEX triplet: BD, 33 and FD. RGB value is (189,51,253). Sum of RGB (Red+Green+Blue) = 189+51+253=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD33FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD33FD is #42CC02. Grayscale: #727272. Windows color (decimal): -4377603 or 16593853. OLE color: 16593853.

HSL color Cylindrical-coordinate representation of color #BD33FD: hue angle of 280.99º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD33FD is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18951253-
CMYK0.250.8000.01
HSL280.99º98.06%59.61%-
HSV(B)280.99º79.84%99.22%-
XYZ39.920.2894.74-
YUV115.29205.72180.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 51 (20.31% from 255) = 10.34%
BLUE value IS 253 (99.22% from 255) = 51.32%
R=38.34%
G=10.34%
B=51.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal189512530.250.8000.01280.9998.0659.61
HexBD33FD195001119623c
Octal27563375311200143114274
Binary1011110111001111111101110011010000011000110011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD33FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD33FD; }

 p { color: rgb(189,51,253); }

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

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

 a { background-color: rgb(189,51,253); }

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

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

 span { border-color: rgb(189,51,253); }

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