Html Css Color HEX #B609FF Electric Purple

📋 copy color: '#B609FF'

red 182 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #B609FF

Tints of Electric Purple #B609FF

RGB

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

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

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

R = 40.81%
G = 2.02%
B = 57.17%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B609FF (or 0xB609FF) is known color: Electric Purple. HEX triplet: B6, 09 and FF. RGB value is (182,9,255). Sum of RGB (Red+Green+Blue) = 182+9+255=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #B609FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B609FF is #49F600. Grayscale: #575757. Windows color (decimal): -4847105 or 16714166. OLE color: 16714166.

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

Color convert

RGB 182 9 255 -
CMYK 0.29 0.96 0 0
HSL 282.2º 1% 0.52% -
HSV(B) 282.2º 0.96% 1% -
XYZ 37.44 17.36 95.99 -
YUV 88.77 221.81 194.5 -
System Red Green Blue C M Y K H S L
Decimal 182 9 255 0.29 0.96 0 0 282.2 1 0.52
Hex B6 9 FF 1D 60 0 0 11A 64 34
Octal 266 11 377 35 140 0 0 432 144 64
Binary 10110110 1001 11111111 11101 1100000 0 0 100011010 1100100 110100

Color Harmonies of #B609FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609FF

Black with #B609FF

Text Example


Text Example

White with #B609FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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