Html Css Color HEX #BD28FB Electric Purple

📋 copy color: '#BD28FB'

red 189 ◦ green 40 ◦ blue 251

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

Shades of Electric Purple #BD28FB

Tints of Electric Purple #BD28FB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.33%

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

R = 39.38%
G = 8.33%
B = 52.29%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD28FB (or 0xBD28FB) is known color: Electric Purple. HEX triplet: BD, 28 and FB. RGB value is (189,40,251). Sum of RGB (Red+Green+Blue) = 189+40+251=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD28FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD28FB is #42D704. Grayscale: #6B6B6B. Windows color (decimal): -4380421 or 16459965. OLE color: 16459965.

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

Color convert

RGB 189 40 251 -
CMYK 0.25 0.84 0 0.02
HSL 282.37º 0.96% 0.57% -
HSV(B) 282.37º 0.84% 0.98% -
XYZ 39.16 19.3 92.93 -
YUV 108.61 208.36 185.34 -
System Red Green Blue C M Y K H S L
Decimal 189 40 251 0.25 0.84 0 0.02 282.37 0.96 0.57
Hex BD 28 FB 19 54 0 2 11A 60 39
Octal 275 50 373 31 124 0 2 432 140 71
Binary 10111101 101000 11111011 11001 1010100 0 10 100011010 1100000 111001

Color Harmonies of #BD28FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD28FB

Black with #BD28FB

Text Example


Text Example

White with #BD28FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD28FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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