Html Css Color HEX #B06EBA Fuchsia

📋 copy color: '#B06EBA'

red 176 ◦ green 110 ◦ blue 186

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

Shades of Fuchsia #B06EBA

Tints of Fuchsia #B06EBA

RGB

 RED value IS 176 (69.14% from 255) = 37.29%

 GREEN value IS 110 (43.36% from 255) = 23.31%

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 37.29%
G = 23.31%
B = 39.41%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B06EBA (or 0xB06EBA) is known color: Fuchsia. HEX triplet: B0, 6E and BA. RGB value is (176,110,186). Sum of RGB (Red+Green+Blue) = 176+110+186=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #B06EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EBA is #4F9145. Grayscale: #8A8A8A. Windows color (decimal): -5214534 or 12218032. OLE color: 12218032.

HSL color Cylindrical-coordinate representation of color #B06EBA: hue angle of 292.11º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06EBA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 110 186 -
CMYK 0.05 0.41 0 0.27
HSL 292.11º 0.36% 0.58% -
HSV(B) 292.11º 0.41% 0.73% -
XYZ 32.34 23.93 49.37 -
YUV 138.4 154.87 154.82 -
System Red Green Blue C M Y K H S L
Decimal 176 110 186 0.05 0.41 0 0.27 292.11 0.36 0.58
Hex B0 6E BA 5 29 0 1B 124 24 3A
Octal 260 156 272 5 51 0 33 444 44 72
Binary 10110000 1101110 10111010 101 101001 0 11011 100100100 100100 111010

Color Harmonies of #B06EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06EBA

Black with #B06EBA

Text Example


Text Example

White with #B06EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06EBA; }

 p { color: rgb(176,110,186); }

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

background-color css

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

 a { background-color: rgb(176,110,186); }

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

border-color css

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

 span { border-color: rgb(176,110,186); }

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