Html Css Color HEX #B774BB Fuchsia

📋 copy color: '#B774BB'

red 183 ◦ green 116 ◦ blue 187

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

Shades of Fuchsia #B774BB

Tints of Fuchsia #B774BB

RGB

 RED value IS 183 (71.88% from 255) = 37.65%

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

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

R = 37.65%
G = 23.87%
B = 38.48%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B774BB (or 0xB774BB) is known color: Fuchsia. HEX triplet: B7, 74 and BB. RGB value is (183,116,187). Sum of RGB (Red+Green+Blue) = 183+116+187=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #B774BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774BB is #488B44. Grayscale: #8F8F8F. Windows color (decimal): -4754245 or 12285111. OLE color: 12285111.

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

Color convert

RGB 183 116 187 -
CMYK 0.02 0.38 0 0.27
HSL 296.62º 0.34% 0.59% -
HSV(B) 296.62º 0.38% 0.73% -
XYZ 34.74 26.15 50.23 -
YUV 144.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 183 116 187 0.02 0.38 0 0.27 296.62 0.34 0.59
Hex B7 74 BB 2 26 0 1B 129 22 3B
Octal 267 164 273 2 46 0 33 451 42 73
Binary 10110111 1110100 10111011 10 100110 0 11011 100101001 100010 111011

Color Harmonies of #B774BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B774BB

Black with #B774BB

Text Example


Text Example

White with #B774BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B774BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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