Html Css Color HEX #B73CC6 Fuchsia

📋 copy color: '#B73CC6'

red 183 ◦ green 60 ◦ blue 198

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

Shades of Fuchsia #B73CC6

Tints of Fuchsia #B73CC6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.61%

 BLUE value IS 198 (77.73% from 255) = 44.9%

R = 41.5%
G = 13.61%
B = 44.9%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B73CC6 (or 0xB73CC6) is known color: Fuchsia. HEX triplet: B7, 3C and C6. RGB value is (183,60,198). Sum of RGB (Red+Green+Blue) = 183+60+198=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #B73CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CC6 is #48C339. Grayscale: #707070. Windows color (decimal): -4768570 or 12991671. OLE color: 12991671.

HSL color Cylindrical-coordinate representation of color #B73CC6: hue angle of 293.48º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73CC6 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 60 198 -
CMYK 0.08 0.70 0 0.22
HSL 293.48º 0.55% 0.51% -
HSV(B) 293.48º 0.7% 0.78% -
XYZ 31.34 17.38 55.13 -
YUV 112.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 183 60 198 0.08 0.70 0 0.22 293.48 0.55 0.51
Hex B7 3C C6 8 46 0 16 125 37 33
Octal 267 74 306 10 106 0 26 445 67 63
Binary 10110111 111100 11000110 1000 1000110 0 10110 100100101 110111 110011

Color Harmonies of #B73CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CC6

Black with #B73CC6

Text Example


Text Example

White with #B73CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CC6; }

 p { color: rgb(183,60,198); }

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

background-color css

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

 a { background-color: rgb(183,60,198); }

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

border-color css

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

 span { border-color: rgb(183,60,198); }

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