Html Css Color HEX #BD15FA Electric Purple

📋 copy color: '#BD15FA'

red 189 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #BD15FA

Tints of Electric Purple #BD15FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 41.09%
G = 4.57%
B = 54.35%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD15FA (or 0xBD15FA) is known color: Electric Purple. HEX triplet: BD, 15 and FA. RGB value is (189,21,250). Sum of RGB (Red+Green+Blue) = 189+21+250=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD15FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD15FA is #42EA05. Grayscale: #606060. Windows color (decimal): -4385286 or 16389565. OLE color: 16389565.

HSL color Cylindrical-coordinate representation of color #BD15FA: hue angle of 284.02º degrees, saturation: 0.96, 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 #BD15FA is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 21 250 -
CMYK 0.24 0.92 0 0.02
HSL 284.02º 0.96% 0.53% -
HSV(B) 284.02º 0.92% 0.98% -
XYZ 38.51 18.26 91.94 -
YUV 97.34 214.16 193.38 -
System Red Green Blue C M Y K H S L
Decimal 189 21 250 0.24 0.92 0 0.02 284.02 0.96 0.53
Hex BD 15 FA 18 5C 0 2 11C 60 35
Octal 275 25 372 30 134 0 2 434 140 65
Binary 10111101 10101 11111010 11000 1011100 0 10 100011100 1100000 110101

Color Harmonies of #BD15FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD15FA

Black with #BD15FA

Text Example


Text Example

White with #BD15FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD15FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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