Html Css Color HEX #B609FA Electric Purple

📋 copy color: '#B609FA'

red 182 ◦ green 9 ◦ blue 250

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

Shades of Electric Purple #B609FA

Tints of Electric Purple #B609FA

RGB

 RED value IS 182 (71.48% from 255) = 41.27%

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

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

R = 41.27%
G = 2.04%
B = 56.69%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B609FA (or 0xB609FA) is known color: Electric Purple. HEX triplet: B6, 09 and FA. RGB value is (182,9,250). Sum of RGB (Red+Green+Blue) = 182+9+250=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #B609FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B609FA is #49F605. Grayscale: #575757. Windows color (decimal): -4847110 or 16386486. OLE color: 16386486.

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

Color convert

RGB 182 9 250 -
CMYK 0.27 0.96 0 0.02
HSL 283.07º 0.96% 0.51% -
HSV(B) 283.07º 0.96% 0.98% -
XYZ 36.64 17.04 91.8 -
YUV 88.2 219.31 194.9 -
System Red Green Blue C M Y K H S L
Decimal 182 9 250 0.27 0.96 0 0.02 283.07 0.96 0.51
Hex B6 9 FA 1B 60 0 2 11B 60 33
Octal 266 11 372 33 140 0 2 433 140 63
Binary 10110110 1001 11111010 11011 1100000 0 10 100011011 1100000 110011

Color Harmonies of #B609FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609FA

Black with #B609FA

Text Example


Text Example

White with #B609FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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