Html Css Color HEX #BD30FB Electric Purple

📋 copy color: '#BD30FB'

red 189 ◦ green 48 ◦ blue 251

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

Shades of Electric Purple #BD30FB

Tints of Electric Purple #BD30FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.43%

R = 38.73%
G = 9.84%
B = 51.43%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD30FB (or 0xBD30FB) is known color: Electric Purple. HEX triplet: BD, 30 and FB. RGB value is (189,48,251). Sum of RGB (Red+Green+Blue) = 189+48+251=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD30FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD30FB is #42CF04. Grayscale: #707070. Windows color (decimal): -4378373 or 16462013. OLE color: 16462013.

HSL color Cylindrical-coordinate representation of color #BD30FB: hue angle of 281.67º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD30FB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 48 251 -
CMYK 0.25 0.81 0 0.02
HSL 281.67º 0.96% 0.59% -
HSV(B) 281.67º 0.81% 0.98% -
XYZ 39.46 19.9 93.03 -
YUV 113.3 205.71 181.99 -
System Red Green Blue C M Y K H S L
Decimal 189 48 251 0.25 0.81 0 0.02 281.67 0.96 0.59
Hex BD 30 FB 19 51 0 2 11A 60 3B
Octal 275 60 373 31 121 0 2 432 140 73
Binary 10111101 110000 11111011 11001 1010001 0 10 100011010 1100000 111011

Color Harmonies of #BD30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30FB

Black with #BD30FB

Text Example


Text Example

White with #BD30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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