Html Css Color HEX #B746C0 Fuchsia

📋 copy color: '#B746C0'

red 183 ◦ green 70 ◦ blue 192

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

Shades of Fuchsia #B746C0

Tints of Fuchsia #B746C0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.73%

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

R = 41.12%
G = 15.73%
B = 43.15%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B746C0 (or 0xB746C0) is known color: Fuchsia. HEX triplet: B7, 46 and C0. RGB value is (183,70,192). Sum of RGB (Red+Green+Blue) = 183+70+192=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #B746C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746C0 is #48B93F. Grayscale: #757575. Windows color (decimal): -4766016 or 12601015. OLE color: 12601015.

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

Color convert

RGB 183 70 192 -
CMYK 0.05 0.64 0 0.25
HSL 295.57º 0.49% 0.51% -
HSV(B) 295.57º 0.64% 0.75% -
XYZ 31.23 18.25 51.75 -
YUV 117.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 183 70 192 0.05 0.64 0 0.25 295.57 0.49 0.51
Hex B7 46 C0 5 40 0 19 128 31 33
Octal 267 106 300 5 100 0 31 450 61 63
Binary 10110111 1000110 11000000 101 1000000 0 11001 100101000 110001 110011

Color Harmonies of #B746C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746C0

Black with #B746C0

Text Example


Text Example

White with #B746C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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