Html Css Color HEX #B809FF Electric Purple

📋 copy color: '#B809FF'

red 184 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #B809FF

Tints of Electric Purple #B809FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.92%

R = 41.07%
G = 2.01%
B = 56.92%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B809FF (or 0xB809FF) is known color: Electric Purple. HEX triplet: B8, 09 and FF. RGB value is (184,9,255). Sum of RGB (Red+Green+Blue) = 184+9+255=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #B809FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B809FF is #47F600. Grayscale: #585858. Windows color (decimal): -4716033 or 16714168. OLE color: 16714168.

HSL color Cylindrical-coordinate representation of color #B809FF: hue angle of 282.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B809FF is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 9 255 -
CMYK 0.28 0.96 0 0
HSL 282.68º 1% 0.52% -
HSV(B) 282.68º 0.96% 1% -
XYZ 37.91 17.61 96.01 -
YUV 89.37 221.48 195.5 -
System Red Green Blue C M Y K H S L
Decimal 184 9 255 0.28 0.96 0 0 282.68 1 0.52
Hex B8 9 FF 1C 60 0 0 11B 64 34
Octal 270 11 377 34 140 0 0 433 144 64
Binary 10111000 1001 11111111 11100 1100000 0 0 100011011 1100100 110100

Color Harmonies of #B809FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B809FF

Black with #B809FF

Text Example


Text Example

White with #B809FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B809FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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