Html Css Color HEX #B764AD Fuchsia

📋 copy color: '#B764AD'

red 183 ◦ green 100 ◦ blue 173

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

Shades of Fuchsia #B764AD

Tints of Fuchsia #B764AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.93%

 BLUE value IS 173 (67.97% from 255) = 37.94%

R = 40.13%
G = 21.93%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B764AD (or 0xB764AD) is known color: Fuchsia. HEX triplet: B7, 64 and AD. RGB value is (183,100,173). Sum of RGB (Red+Green+Blue) = 183+100+173=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B764AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B764AD is #489B52. Grayscale: #848484. Windows color (decimal): -4758355 or 11363511. OLE color: 11363511.

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

Color convert

RGB 183 100 173 -
CMYK 0 0.45 0.05 0.28
HSL 307.23º 0.37% 0.55% -
HSV(B) 307.23º 0.45% 0.72% -
XYZ 31.63 22.2 42.15 -
YUV 133.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 183 100 173 0 0.45 0.05 0.28 307.23 0.37 0.55
Hex B7 64 AD 0 2D 5 1C 133 25 37
Octal 267 144 255 0 55 5 34 463 45 67
Binary 10110111 1100100 10101101 0 101101 101 11100 100110011 100101 110111

Color Harmonies of #B764AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B764AD

Black with #B764AD

Text Example


Text Example

White with #B764AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B764AD; }

 p { color: rgb(183,100,173); }

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

background-color css

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

 a { background-color: rgb(183,100,173); }

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

border-color css

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

 span { border-color: rgb(183,100,173); }

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