Html Css Color HEX #B773C1 Fuchsia

📋 copy color: '#B773C1'

red 183 ◦ green 115 ◦ blue 193

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

Shades of Fuchsia #B773C1

Tints of Fuchsia #B773C1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.42%

 BLUE value IS 193 (75.78% from 255) = 39.31%

R = 37.27%
G = 23.42%
B = 39.31%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B773C1 (or 0xB773C1) is known color: Fuchsia. HEX triplet: B7, 73 and C1. RGB value is (183,115,193). Sum of RGB (Red+Green+Blue) = 183+115+193=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #B773C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773C1 is #488C3E. Grayscale: #8F8F8F. Windows color (decimal): -4754495 or 12678071. OLE color: 12678071.

HSL color Cylindrical-coordinate representation of color #B773C1: hue angle of 292.31º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B773C1 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 115 193 -
CMYK 0.05 0.40 0 0.24
HSL 292.31º 0.39% 0.6% -
HSV(B) 292.31º 0.4% 0.76% -
XYZ 35.28 26.18 53.65 -
YUV 144.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 183 115 193 0.05 0.40 0 0.24 292.31 0.39 0.6
Hex B7 73 C1 5 28 0 18 124 27 3C
Octal 267 163 301 5 50 0 30 444 47 74
Binary 10110111 1110011 11000001 101 101000 0 11000 100100100 100111 111100

Color Harmonies of #B773C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B773C1

Black with #B773C1

Text Example


Text Example

White with #B773C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B773C1; }

 p { color: rgb(183,115,193); }

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

background-color css

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

 a { background-color: rgb(183,115,193); }

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

border-color css

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

 span { border-color: rgb(183,115,193); }

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