Html Css Color HEX #B760BA Fuchsia

📋 copy color: '#B760BA'

red 183 ◦ green 96 ◦ blue 186

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

Shades of Fuchsia #B760BA

Tints of Fuchsia #B760BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.65%

 BLUE value IS 186 (73.05% from 255) = 40%

R = 39.35%
G = 20.65%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B760BA (or 0xB760BA) is known color: Fuchsia. HEX triplet: B7, 60 and BA. RGB value is (183,96,186). Sum of RGB (Red+Green+Blue) = 183+96+186=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #B760BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760BA is #489F45. Grayscale: #848484. Windows color (decimal): -4759366 or 12214455. OLE color: 12214455.

HSL color Cylindrical-coordinate representation of color #B760BA: hue angle of 298º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B760BA is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 96 186 -
CMYK 0.02 0.48 0 0.27
HSL 298º 0.39% 0.55% -
HSV(B) 298º 0.48% 0.73% -
XYZ 32.57 21.98 48.98 -
YUV 132.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 183 96 186 0.02 0.48 0 0.27 298 0.39 0.55
Hex B7 60 BA 2 30 0 1B 12A 27 37
Octal 267 140 272 2 60 0 33 452 47 67
Binary 10110111 1100000 10111010 10 110000 0 11011 100101010 100111 110111

Color Harmonies of #B760BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B760BA

Black with #B760BA

Text Example


Text Example

White with #B760BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B760BA; }

 p { color: rgb(183,96,186); }

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

background-color css

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

 a { background-color: rgb(183,96,186); }

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

border-color css

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

 span { border-color: rgb(183,96,186); }

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