Html Css Color HEX #B73CC0 Fuchsia

📋 copy color: '#B73CC0'

red 183 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #B73CC0

Tints of Fuchsia #B73CC0

RGB

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

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

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

R = 42.07%
G = 13.79%
B = 44.14%

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

#B73CC0 (or 0xB73CC0) is known color: Fuchsia. HEX triplet: B7, 3C and C0. RGB value is (183,60,192). Sum of RGB (Red+Green+Blue) = 183+60+192=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #B73CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CC0 is #48C33F. Grayscale: #6F6F6F. Windows color (decimal): -4768576 or 12598455. OLE color: 12598455.

HSL color Cylindrical-coordinate representation of color #B73CC0: hue angle of 295.91º degrees, saturation: 0.52, 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 #B73CC0 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 60 192 -
CMYK 0.05 0.69 0 0.25
HSL 295.91º 0.52% 0.49% -
HSV(B) 295.91º 0.69% 0.75% -
XYZ 30.66 17.1 51.55 -
YUV 111.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 183 60 192 0.05 0.69 0 0.25 295.91 0.52 0.49
Hex B7 3C C0 5 45 0 19 128 34 31
Octal 267 74 300 5 105 0 31 450 64 61
Binary 10110111 111100 11000000 101 1000101 0 11001 100101000 110100 110001

Color Harmonies of #B73CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CC0

Black with #B73CC0

Text Example


Text Example

White with #B73CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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