Html Css Color HEX #B271B6 Fuchsia

📋 copy color: '#B271B6'

red 178 ◦ green 113 ◦ blue 182

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

Shades of Fuchsia #B271B6

Tints of Fuchsia #B271B6

RGB

 RED value IS 178 (69.92% from 255) = 37.63%

 GREEN value IS 113 (44.53% from 255) = 23.89%

 BLUE value IS 182 (71.48% from 255) = 38.48%

R = 37.63%
G = 23.89%
B = 38.48%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B271B6 (or 0xB271B6) is known color: Fuchsia. HEX triplet: B2, 71 and B6. RGB value is (178,113,182). Sum of RGB (Red+Green+Blue) = 178+113+182=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 182 - color contains mainly: blue. Hex color #B271B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271B6 is #4D8E49. Grayscale: #8C8C8C. Windows color (decimal): -5082698 or 11956658. OLE color: 11956658.

HSL color Cylindrical-coordinate representation of color #B271B6: hue angle of 296.52º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B271B6 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 113 182 -
CMYK 0.02 0.38 0 0.29
HSL 296.52º 0.32% 0.58% -
HSV(B) 296.52º 0.38% 0.71% -
XYZ 32.71 24.65 47.29 -
YUV 140.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 178 113 182 0.02 0.38 0 0.29 296.52 0.32 0.58
Hex B2 71 B6 2 26 0 1D 129 20 3A
Octal 262 161 266 2 46 0 35 451 40 72
Binary 10110010 1110001 10110110 10 100110 0 11101 100101001 100000 111010

Color Harmonies of #B271B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B271B6

Black with #B271B6

Text Example


Text Example

White with #B271B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B271B6; }

 p { color: rgb(178,113,182); }

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

background-color css

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

 a { background-color: rgb(178,113,182); }

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

border-color css

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

 span { border-color: rgb(178,113,182); }

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