Html Css Color HEX #B747B0 Fuchsia

📋 copy color: '#B747B0'

red 183 ◦ green 71 ◦ blue 176

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

Shades of Fuchsia #B747B0

Tints of Fuchsia #B747B0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.51%

 BLUE value IS 176 (69.14% from 255) = 40.93%

R = 42.56%
G = 16.51%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B747B0 (or 0xB747B0) is known color: Fuchsia. HEX triplet: B7, 47 and B0. RGB value is (183,71,176). Sum of RGB (Red+Green+Blue) = 183+71+176=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B747B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B747B0 is #48B84F. Grayscale: #747474. Windows color (decimal): -4765776 or 11552695. OLE color: 11552695.

HSL color Cylindrical-coordinate representation of color #B747B0: hue angle of 303.75º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B747B0 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 71 176 -
CMYK 0 0.61 0.04 0.28
HSL 303.75º 0.44% 0.5% -
HSV(B) 303.75º 0.61% 0.72% -
XYZ 29.62 17.71 42.93 -
YUV 116.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 183 71 176 0 0.61 0.04 0.28 303.75 0.44 0.5
Hex B7 47 B0 0 3D 4 1C 130 2C 32
Octal 267 107 260 0 75 4 34 460 54 62
Binary 10110111 1000111 10110000 0 111101 100 11100 100110000 101100 110010

Color Harmonies of #B747B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B747B0

Black with #B747B0

Text Example


Text Example

White with #B747B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B747B0; }

 p { color: rgb(183,71,176); }

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

background-color css

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

 a { background-color: rgb(183,71,176); }

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

border-color css

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

 span { border-color: rgb(183,71,176); }

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