Html Css Color HEX #BD26FA Electric Purple

📋 copy color: '#BD26FA'

red 189 ◦ green 38 ◦ blue 250

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

Shades of Electric Purple #BD26FA

Tints of Electric Purple #BD26FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.97%

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

R = 39.62%
G = 7.97%
B = 52.41%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD26FA (or 0xBD26FA) is known color: Electric Purple. HEX triplet: BD, 26 and FA. RGB value is (189,38,250). Sum of RGB (Red+Green+Blue) = 189+38+250=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD26FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD26FA is #42D905. Grayscale: #6A6A6A. Windows color (decimal): -4380934 or 16393917. OLE color: 16393917.

HSL color Cylindrical-coordinate representation of color #BD26FA: hue angle of 282.74º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD26FA is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 38 250 -
CMYK 0.24 0.85 0 0.02
HSL 282.74º 0.95% 0.56% -
HSV(B) 282.74º 0.85% 0.98% -
XYZ 38.93 19.11 92.08 -
YUV 107.32 208.53 186.26 -
System Red Green Blue C M Y K H S L
Decimal 189 38 250 0.24 0.85 0 0.02 282.74 0.95 0.56
Hex BD 26 FA 18 55 0 2 11B 5F 38
Octal 275 46 372 30 125 0 2 433 137 70
Binary 10111101 100110 11111010 11000 1010101 0 10 100011011 1011111 111000

Color Harmonies of #BD26FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD26FA

Black with #BD26FA

Text Example


Text Example

White with #BD26FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD26FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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