Html Css Color HEX #B061BD Fuchsia

📋 copy color: '#B061BD'

red 176 ◦ green 97 ◦ blue 189

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

Shades of Fuchsia #B061BD

Tints of Fuchsia #B061BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 38.1%
G = 21%
B = 40.91%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B061BD (or 0xB061BD) is known color: Fuchsia. HEX triplet: B0, 61 and BD. RGB value is (176,97,189). Sum of RGB (Red+Green+Blue) = 176+97+189=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #B061BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061BD is #4F9E42. Grayscale: #828282. Windows color (decimal): -5217859 or 12411312. OLE color: 12411312.

HSL color Cylindrical-coordinate representation of color #B061BD: hue angle of 291.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B061BD is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 97 189 -
CMYK 0.07 0.49 0 0.26
HSL 291.52º 0.41% 0.56% -
HSV(B) 291.52º 0.49% 0.74% -
XYZ 31.36 21.45 50.63 -
YUV 131.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 176 97 189 0.07 0.49 0 0.26 291.52 0.41 0.56
Hex B0 61 BD 7 31 0 1A 124 29 38
Octal 260 141 275 7 61 0 32 444 51 70
Binary 10110000 1100001 10111101 111 110001 0 11010 100100100 101001 111000

Color Harmonies of #B061BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B061BD

Black with #B061BD

Text Example


Text Example

White with #B061BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B061BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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