Html Css Color HEX #B746B7 Fuchsia

📋 copy color: '#B746B7'

red 183 ◦ green 70 ◦ blue 183

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

Shades of Fuchsia #B746B7

Tints of Fuchsia #B746B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.97%

R = 41.97%
G = 16.06%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B746B7 (or 0xB746B7) is known color: Fuchsia. HEX triplet: B7, 46 and B7. RGB value is (183,70,183). Sum of RGB (Red+Green+Blue) = 183+70+183=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B746B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746B7 is #48B948. Grayscale: #747474. Windows color (decimal): -4766025 or 12011191. OLE color: 12011191.

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

Color convert

RGB 183 70 183 -
CMYK 0 0.62 0 0.28
HSL 300º 0.45% 0.5% -
HSV(B) 300º 0.62% 0.72% -
XYZ 30.27 17.87 46.65 -
YUV 116.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 183 70 183 0 0.62 0 0.28 300 0.45 0.5
Hex B7 46 B7 0 3E 0 1C 12C 2D 32
Octal 267 106 267 0 76 0 34 454 55 62
Binary 10110111 1000110 10110111 0 111110 0 11100 100101100 101101 110010

Color Harmonies of #B746B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746B7

Black with #B746B7

Text Example


Text Example

White with #B746B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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