Html Css Color HEX #B671BA Fuchsia

📋 copy color: '#B671BA'

red 182 ◦ green 113 ◦ blue 186

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

Shades of Fuchsia #B671BA

Tints of Fuchsia #B671BA

RGB

 RED value IS 182 (71.48% from 255) = 37.84%

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

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 37.84%
G = 23.49%
B = 38.67%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B671BA (or 0xB671BA) is known color: Fuchsia. HEX triplet: B6, 71 and BA. RGB value is (182,113,186). Sum of RGB (Red+Green+Blue) = 182+113+186=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #B671BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671BA is #498E45. Grayscale: #8D8D8D. Windows color (decimal): -4820550 or 12218806. OLE color: 12218806.

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

Color convert

RGB 182 113 186 -
CMYK 0.02 0.39 0 0.27
HSL 296.71º 0.35% 0.59% -
HSV(B) 296.71º 0.39% 0.73% -
XYZ 34.06 25.3 49.54 -
YUV 141.95 152.86 156.56 -
System Red Green Blue C M Y K H S L
Decimal 182 113 186 0.02 0.39 0 0.27 296.71 0.35 0.59
Hex B6 71 BA 2 27 0 1B 129 23 3B
Octal 266 161 272 2 47 0 33 451 43 73
Binary 10110110 1110001 10111010 10 100111 0 11011 100101001 100011 111011

Color Harmonies of #B671BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671BA

Black with #B671BA

Text Example


Text Example

White with #B671BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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