Html Css Color HEX #B271BB Fuchsia

📋 copy color: '#B271BB'

red 178 ◦ green 113 ◦ blue 187

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

Shades of Fuchsia #B271BB

Tints of Fuchsia #B271BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 37.24%
G = 23.64%
B = 39.12%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B271BB (or 0xB271BB) is known color: Fuchsia. HEX triplet: B2, 71 and BB. RGB value is (178,113,187). Sum of RGB (Red+Green+Blue) = 178+113+187=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #B271BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271BB is #4D8E44. Grayscale: #8C8C8C. Windows color (decimal): -5082693 or 12284338. OLE color: 12284338.

HSL color Cylindrical-coordinate representation of color #B271BB: hue angle of 292.7º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B271BB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 113 187 -
CMYK 0.05 0.40 0 0.27
HSL 292.7º 0.35% 0.59% -
HSV(B) 292.7º 0.4% 0.73% -
XYZ 33.23 24.86 50.06 -
YUV 140.87 154.03 154.48 -
System Red Green Blue C M Y K H S L
Decimal 178 113 187 0.05 0.40 0 0.27 292.7 0.35 0.59
Hex B2 71 BB 5 28 0 1B 125 23 3B
Octal 262 161 273 5 50 0 33 445 43 73
Binary 10110010 1110001 10111011 101 101000 0 11011 100100101 100011 111011

Color Harmonies of #B271BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B271BB

Black with #B271BB

Text Example


Text Example

White with #B271BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B271BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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