Html Css Color HEX #B806E6 Electric Purple

📋 copy color: '#B806E6'

red 184 ◦ green 6 ◦ blue 230

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

Shades of Electric Purple #B806E6

Tints of Electric Purple #B806E6

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.43%

 BLUE value IS 230 (90.23% from 255) = 54.76%

R = 43.81%
G = 1.43%
B = 54.76%

CMYK

 C value IS 0.2

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B806E6 (or 0xB806E6) is known color: Electric Purple. HEX triplet: B8, 06 and E6. RGB value is (184,6,230). Sum of RGB (Red+Green+Blue) = 184+6+230=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 230 (90.23% from 255 or 54.76% from 420); Max value from RGB is 230 - color contains mainly: blue. Hex color #B806E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B806E6 is #47F919. Grayscale: #545454. Windows color (decimal): -4716826 or 15075000. OLE color: 15075000.

HSL color Cylindrical-coordinate representation of color #B806E6: hue angle of 287.68º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B806E6 is Cyan = 0.2, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 6 230 -
CMYK 0.2 0.97 0 0.10
HSL 287.68º 0.95% 0.46% -
HSV(B) 287.68º 0.97% 0.9% -
XYZ 34.12 16.03 76.16 -
YUV 84.76 209.97 198.79 -
System Red Green Blue C M Y K H S L
Decimal 184 6 230 0.2 0.97 0 0.10 287.68 0.95 0.46
Hex B8 6 E6 14 61 0 A 120 5F 2E
Octal 270 6 346 24 141 0 12 440 137 56
Binary 10111000 110 11100110 10100 1100001 0 1010 100100000 1011111 101110

Color Harmonies of #B806E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B806E6

Black with #B806E6

Text Example


Text Example

White with #B806E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B806E6; }

 p { color: rgb(184,6,230); }

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

background-color css

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

 a { background-color: rgb(184,6,230); }

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

border-color css

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

 span { border-color: rgb(184,6,230); }

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