Html Css Color HEX #BD15FB Electric Purple

📋 copy color: '#BD15FB'

red 189 ◦ green 21 ◦ blue 251

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

Shades of Electric Purple #BD15FB

Tints of Electric Purple #BD15FB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.56%

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

R = 41%
G = 4.56%
B = 54.45%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD15FB (or 0xBD15FB) is known color: Electric Purple. HEX triplet: BD, 15 and FB. RGB value is (189,21,251). Sum of RGB (Red+Green+Blue) = 189+21+251=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD15FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD15FB is #42EA04. Grayscale: #606060. Windows color (decimal): -4385285 or 16455101. OLE color: 16455101.

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

Color convert

RGB 189 21 251 -
CMYK 0.25 0.92 0 0.02
HSL 283.83º 0.97% 0.53% -
HSV(B) 283.83º 0.92% 0.98% -
XYZ 38.67 18.32 92.76 -
YUV 97.45 214.66 193.3 -
System Red Green Blue C M Y K H S L
Decimal 189 21 251 0.25 0.92 0 0.02 283.83 0.97 0.53
Hex BD 15 FB 19 5C 0 2 11C 61 35
Octal 275 25 373 31 134 0 2 434 141 65
Binary 10111101 10101 11111011 11001 1011100 0 10 100011100 1100001 110101

Color Harmonies of #BD15FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD15FB

Black with #BD15FB

Text Example


Text Example

White with #BD15FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD15FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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