Html Css Color HEX #B674BB Fuchsia

📋 copy color: '#B674BB'

red 182 ◦ green 116 ◦ blue 187

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

Shades of Fuchsia #B674BB

Tints of Fuchsia #B674BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.92%

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

R = 37.53%
G = 23.92%
B = 38.56%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B674BB (or 0xB674BB) is known color: Fuchsia. HEX triplet: B6, 74 and BB. RGB value is (182,116,187). Sum of RGB (Red+Green+Blue) = 182+116+187=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #B674BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B674BB is #498B44. Grayscale: #8F8F8F. Windows color (decimal): -4819781 or 12285110. OLE color: 12285110.

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

Color convert

RGB 182 116 187 -
CMYK 0.03 0.38 0 0.27
HSL 295.77º 0.34% 0.59% -
HSV(B) 295.77º 0.38% 0.73% -
XYZ 34.51 26.02 50.22 -
YUV 143.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 182 116 187 0.03 0.38 0 0.27 295.77 0.34 0.59
Hex B6 74 BB 3 26 0 1B 128 22 3B
Octal 266 164 273 3 46 0 33 450 42 73
Binary 10110110 1110100 10111011 11 100110 0 11011 100101000 100010 111011

Color Harmonies of #B674BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B674BB

Black with #B674BB

Text Example


Text Example

White with #B674BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B674BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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