Html Css Color HEX #B061BF Fuchsia

📋 copy color: '#B061BF'

red 176 ◦ green 97 ◦ blue 191

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

Shades of Fuchsia #B061BF

Tints of Fuchsia #B061BF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.91%

 BLUE value IS 191 (75% from 255) = 41.16%

R = 37.93%
G = 20.91%
B = 41.16%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B061BF (or 0xB061BF) is known color: Fuchsia. HEX triplet: B0, 61 and BF. RGB value is (176,97,191). Sum of RGB (Red+Green+Blue) = 176+97+191=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #B061BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061BF is #4F9E40. Grayscale: #838383. Windows color (decimal): -5217857 or 12542384. OLE color: 12542384.

HSL color Cylindrical-coordinate representation of color #B061BF: hue angle of 290.43º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B061BF is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 97 191 -
CMYK 0.08 0.49 0 0.25
HSL 290.43º 0.42% 0.56% -
HSV(B) 290.43º 0.49% 0.75% -
XYZ 31.58 21.54 51.78 -
YUV 131.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 176 97 191 0.08 0.49 0 0.25 290.43 0.42 0.56
Hex B0 61 BF 8 31 0 19 122 2A 38
Octal 260 141 277 10 61 0 31 442 52 70
Binary 10110000 1100001 10111111 1000 110001 0 11001 100100010 101010 111000

Color Harmonies of #B061BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B061BF

Black with #B061BF

Text Example


Text Example

White with #B061BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B061BF; }

 p { color: rgb(176,97,191); }

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

background-color css

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

 a { background-color: rgb(176,97,191); }

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

border-color css

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

 span { border-color: rgb(176,97,191); }

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