Html Css Color HEX #B761AF Fuchsia

📋 copy color: '#B761AF'

red 183 ◦ green 97 ◦ blue 175

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

Shades of Fuchsia #B761AF

Tints of Fuchsia #B761AF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.32%

 BLUE value IS 175 (68.75% from 255) = 38.46%

R = 40.22%
G = 21.32%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B761AF (or 0xB761AF) is known color: Fuchsia. HEX triplet: B7, 61 and AF. RGB value is (183,97,175). Sum of RGB (Red+Green+Blue) = 183+97+175=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B761AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B761AF is #489E50. Grayscale: #838383. Windows color (decimal): -4759121 or 11493815. OLE color: 11493815.

HSL color Cylindrical-coordinate representation of color #B761AF: hue angle of 305.58º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B761AF is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 97 175 -
CMYK 0 0.47 0.04 0.28
HSL 305.58º 0.37% 0.55% -
HSV(B) 305.58º 0.47% 0.72% -
XYZ 31.54 21.71 43.09 -
YUV 131.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 183 97 175 0 0.47 0.04 0.28 305.58 0.37 0.55
Hex B7 61 AF 0 2F 4 1C 132 25 37
Octal 267 141 257 0 57 4 34 462 45 67
Binary 10110111 1100001 10101111 0 101111 100 11100 100110010 100101 110111

Color Harmonies of #B761AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B761AF

Black with #B761AF

Text Example


Text Example

White with #B761AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B761AF; }

 p { color: rgb(183,97,175); }

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

background-color css

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

 a { background-color: rgb(183,97,175); }

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

border-color css

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

 span { border-color: rgb(183,97,175); }

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