Html Css Color HEX #B809FA Electric Purple

📋 copy color: '#B809FA'

red 184 ◦ green 9 ◦ blue 250

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

Shades of Electric Purple #B809FA

Tints of Electric Purple #B809FA

RGB

 RED value IS 184 (72.27% from 255) = 41.53%

 GREEN value IS 9 (3.91% from 255) = 2.03%

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

R = 41.53%
G = 2.03%
B = 56.43%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B809FA (or 0xB809FA) is known color: Electric Purple. HEX triplet: B8, 09 and FA. RGB value is (184,9,250). Sum of RGB (Red+Green+Blue) = 184+9+250=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #B809FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B809FA is #47F605. Grayscale: #585858. Windows color (decimal): -4716038 or 16386488. OLE color: 16386488.

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

Color convert

RGB 184 9 250 -
CMYK 0.26 0.96 0 0.02
HSL 283.57º 0.96% 0.51% -
HSV(B) 283.57º 0.96% 0.98% -
XYZ 37.12 17.29 91.82 -
YUV 88.8 218.98 195.9 -
System Red Green Blue C M Y K H S L
Decimal 184 9 250 0.26 0.96 0 0.02 283.57 0.96 0.51
Hex B8 9 FA 1A 60 0 2 11C 60 33
Octal 270 11 372 32 140 0 2 434 140 63
Binary 10111000 1001 11111010 11010 1100000 0 10 100011100 1100000 110011

Color Harmonies of #B809FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B809FA

Black with #B809FA

Text Example


Text Example

White with #B809FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B809FA; }

 p { color: rgb(184,9,250); }

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

background-color css

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

 a { background-color: rgb(184,9,250); }

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

border-color css

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

 span { border-color: rgb(184,9,250); }

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