Html Css Color HEX #B73BC0 Fuchsia

📋 copy color: '#B73BC0'

red 183 ◦ green 59 ◦ blue 192

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

Shades of Fuchsia #B73BC0

Tints of Fuchsia #B73BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.59%

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

R = 42.17%
G = 13.59%
B = 44.24%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B73BC0 (or 0xB73BC0) is known color: Fuchsia. HEX triplet: B7, 3B and C0. RGB value is (183,59,192). Sum of RGB (Red+Green+Blue) = 183+59+192=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #B73BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BC0 is #48C43F. Grayscale: #6E6E6E. Windows color (decimal): -4768832 or 12598199. OLE color: 12598199.

HSL color Cylindrical-coordinate representation of color #B73BC0: hue angle of 295.94º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73BC0 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 59 192 -
CMYK 0.05 0.69 0 0.25
HSL 295.94º 0.53% 0.49% -
HSV(B) 295.94º 0.69% 0.75% -
XYZ 30.61 17 51.54 -
YUV 111.24 173.58 179.19 -
System Red Green Blue C M Y K H S L
Decimal 183 59 192 0.05 0.69 0 0.25 295.94 0.53 0.49
Hex B7 3B C0 5 45 0 19 128 35 31
Octal 267 73 300 5 105 0 31 450 65 61
Binary 10110111 111011 11000000 101 1000101 0 11001 100101000 110101 110001

Color Harmonies of #B73BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BC0

Black with #B73BC0

Text Example


Text Example

White with #B73BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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