Html Css Color HEX #B749C0 Fuchsia

📋 copy color: '#B749C0'

red 183 ◦ green 73 ◦ blue 192

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

Shades of Fuchsia #B749C0

Tints of Fuchsia #B749C0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.29%

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

R = 40.85%
G = 16.29%
B = 42.86%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B749C0 (or 0xB749C0) is known color: Fuchsia. HEX triplet: B7, 49 and C0. RGB value is (183,73,192). Sum of RGB (Red+Green+Blue) = 183+73+192=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #B749C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749C0 is #48B63F. Grayscale: #777777. Windows color (decimal): -4765248 or 12601783. OLE color: 12601783.

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

Color convert

RGB 183 73 192 -
CMYK 0.05 0.62 0 0.25
HSL 295.46º 0.49% 0.52% -
HSV(B) 295.46º 0.62% 0.75% -
XYZ 31.43 18.64 51.81 -
YUV 119.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 183 73 192 0.05 0.62 0 0.25 295.46 0.49 0.52
Hex B7 49 C0 5 3E 0 19 127 31 34
Octal 267 111 300 5 76 0 31 447 61 64
Binary 10110111 1001001 11000000 101 111110 0 11001 100100111 110001 110100

Color Harmonies of #B749C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749C0

Black with #B749C0

Text Example


Text Example

White with #B749C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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