Html Css Color HEX #B671BB Fuchsia

📋 copy color: '#B671BB'

red 182 ◦ green 113 ◦ blue 187

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

Shades of Fuchsia #B671BB

Tints of Fuchsia #B671BB

RGB

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

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

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

R = 37.76%
G = 23.44%
B = 38.8%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B671BB (or 0xB671BB) is known color: Fuchsia. HEX triplet: B6, 71 and BB. RGB value is (182,113,187). Sum of RGB (Red+Green+Blue) = 182+113+187=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #B671BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671BB is #498E44. Grayscale: #8D8D8D. Windows color (decimal): -4820549 or 12284342. OLE color: 12284342.

HSL color Cylindrical-coordinate representation of color #B671BB: hue angle of 295.95º 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 #B671BB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 113 187 -
CMYK 0.03 0.40 0 0.27
HSL 295.95º 0.35% 0.59% -
HSV(B) 295.95º 0.4% 0.73% -
XYZ 34.17 25.34 50.1 -
YUV 142.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 182 113 187 0.03 0.40 0 0.27 295.95 0.35 0.59
Hex B6 71 BB 3 28 0 1B 128 23 3B
Octal 266 161 273 3 50 0 33 450 43 73
Binary 10110110 1110001 10111011 11 101000 0 11011 100101000 100011 111011

Color Harmonies of #B671BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671BB

Black with #B671BB

Text Example


Text Example

White with #B671BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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