Html Css Color HEX #B770BE Fuchsia

📋 copy color: '#B770BE'

red 183 ◦ green 112 ◦ blue 190

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

Shades of Fuchsia #B770BE

Tints of Fuchsia #B770BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.09%

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 37.73%
G = 23.09%
B = 39.18%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B770BE (or 0xB770BE) is known color: Fuchsia. HEX triplet: B7, 70 and BE. RGB value is (183,112,190). Sum of RGB (Red+Green+Blue) = 183+112+190=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #B770BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770BE is #488F41. Grayscale: #8D8D8D. Windows color (decimal): -4755266 or 12480695. OLE color: 12480695.

HSL color Cylindrical-coordinate representation of color #B770BE: hue angle of 294.62º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B770BE is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 112 190 -
CMYK 0.04 0.41 0 0.25
HSL 294.62º 0.38% 0.59% -
HSV(B) 294.62º 0.41% 0.75% -
XYZ 34.62 25.37 51.79 -
YUV 142.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 183 112 190 0.04 0.41 0 0.25 294.62 0.38 0.59
Hex B7 70 BE 4 29 0 19 127 26 3B
Octal 267 160 276 4 51 0 31 447 46 73
Binary 10110111 1110000 10111110 100 101001 0 11001 100100111 100110 111011

Color Harmonies of #B770BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770BE

Black with #B770BE

Text Example


Text Example

White with #B770BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770BE; }

 p { color: rgb(183,112,190); }

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

background-color css

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

 a { background-color: rgb(183,112,190); }

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

border-color css

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

 span { border-color: rgb(183,112,190); }

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