Html Css Color HEX #B760B6 Fuchsia

📋 copy color: '#B760B6'

red 183 ◦ green 96 ◦ blue 182

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

Shades of Fuchsia #B760B6

Tints of Fuchsia #B760B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.48%

R = 39.7%
G = 20.82%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B760B6 (or 0xB760B6) is known color: Fuchsia. HEX triplet: B7, 60 and B6. RGB value is (183,96,182). Sum of RGB (Red+Green+Blue) = 183+96+182=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B760B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760B6 is #489F49. Grayscale: #838383. Windows color (decimal): -4759370 or 11952311. OLE color: 11952311.

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

Color convert

RGB 183 96 182 -
CMYK 0 0.48 0.01 0.28
HSL 300.69º 0.38% 0.55% -
HSV(B) 300.69º 0.48% 0.72% -
XYZ 32.15 21.81 46.77 -
YUV 131.82 156.32 164.51 -
System Red Green Blue C M Y K H S L
Decimal 183 96 182 0 0.48 0.01 0.28 300.69 0.38 0.55
Hex B7 60 B6 0 30 1 1C 12D 26 37
Octal 267 140 266 0 60 1 34 455 46 67
Binary 10110111 1100000 10110110 0 110000 1 11100 100101101 100110 110111

Color Harmonies of #B760B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B760B6

Black with #B760B6

Text Example


Text Example

White with #B760B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B760B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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