Html Css Color HEX #BD30FE Electric Purple

📋 copy color: '#BD30FE'

red 189 ◦ green 48 ◦ blue 254

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

Shades of Electric Purple #BD30FE

Tints of Electric Purple #BD30FE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.78%

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

R = 38.49%
G = 9.78%
B = 51.73%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD30FE (or 0xBD30FE) is known color: Electric Purple. HEX triplet: BD, 30 and FE. RGB value is (189,48,254). Sum of RGB (Red+Green+Blue) = 189+48+254=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD30FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD30FE is #42CF01. Grayscale: #707070. Windows color (decimal): -4378370 or 16658621. OLE color: 16658621.

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

Color convert

RGB 189 48 254 -
CMYK 0.26 0.81 0 0.00
HSL 281.07º 0.99% 0.59% -
HSV(B) 281.07º 0.81% 1% -
XYZ 39.93 20.09 95.54 -
YUV 113.64 207.21 181.75 -
System Red Green Blue C M Y K H S L
Decimal 189 48 254 0.26 0.81 0 0.00 281.07 0.99 0.59
Hex BD 30 FE 1A 51 0 0 119 63 3B
Octal 275 60 376 32 121 0 0 431 143 73
Binary 10111101 110000 11111110 11010 1010001 0 0 100011001 1100011 111011

Color Harmonies of #BD30FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30FE

Black with #BD30FE

Text Example


Text Example

White with #BD30FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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