Html Css Color HEX #B760C0 Fuchsia

📋 copy color: '#B760C0'

red 183 ◦ green 96 ◦ blue 192

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

Shades of Fuchsia #B760C0

Tints of Fuchsia #B760C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 38.85%
G = 20.38%
B = 40.76%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B760C0 (or 0xB760C0) is known color: Fuchsia. HEX triplet: B7, 60 and C0. RGB value is (183,96,192). Sum of RGB (Red+Green+Blue) = 183+96+192=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #B760C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760C0 is #489F3F. Grayscale: #848484. Windows color (decimal): -4759360 or 12607671. OLE color: 12607671.

HSL color Cylindrical-coordinate representation of color #B760C0: hue angle of 294.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B760C0 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 96 192 -
CMYK 0.05 0.50 0 0.25
HSL 294.38º 0.43% 0.56% -
HSV(B) 294.38º 0.5% 0.75% -
XYZ 33.23 22.24 52.41 -
YUV 132.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 183 96 192 0.05 0.50 0 0.25 294.38 0.43 0.56
Hex B7 60 C0 5 32 0 19 126 2B 38
Octal 267 140 300 5 62 0 31 446 53 70
Binary 10110111 1100000 11000000 101 110010 0 11001 100100110 101011 111000

Color Harmonies of #B760C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B760C0

Black with #B760C0

Text Example


Text Example

White with #B760C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B760C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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