Html Css Color HEX #B06FB8 Fuchsia

📋 copy color: '#B06FB8'

red 176 ◦ green 111 ◦ blue 184

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

Shades of Fuchsia #B06FB8

Tints of Fuchsia #B06FB8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.57%

 BLUE value IS 184 (72.27% from 255) = 39.07%

R = 37.37%
G = 23.57%
B = 39.07%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B06FB8 (or 0xB06FB8) is known color: Fuchsia. HEX triplet: B0, 6F and B8. RGB value is (176,111,184). Sum of RGB (Red+Green+Blue) = 176+111+184=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 184 - color contains mainly: blue. Hex color #B06FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FB8 is #4F9047. Grayscale: #8A8A8A. Windows color (decimal): -5214280 or 12087216. OLE color: 12087216.

HSL color Cylindrical-coordinate representation of color #B06FB8: hue angle of 293.42º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06FB8 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 111 184 -
CMYK 0.04 0.40 0 0.28
HSL 293.42º 0.34% 0.58% -
HSV(B) 293.42º 0.4% 0.72% -
XYZ 32.24 24.06 48.29 -
YUV 138.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 176 111 184 0.04 0.40 0 0.28 293.42 0.34 0.58
Hex B0 6F B8 4 28 0 1C 125 22 3A
Octal 260 157 270 4 50 0 34 445 42 72
Binary 10110000 1101111 10111000 100 101000 0 11100 100100101 100010 111010

Color Harmonies of #B06FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06FB8

Black with #B06FB8

Text Example


Text Example

White with #B06FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06FB8; }

 p { color: rgb(176,111,184); }

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

background-color css

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

 a { background-color: rgb(176,111,184); }

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

border-color css

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

 span { border-color: rgb(176,111,184); }

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