Html Css Color HEX #B746AF Fuchsia

📋 copy color: '#B746AF'

red 183 ◦ green 70 ◦ blue 175

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

Shades of Fuchsia #B746AF

Tints of Fuchsia #B746AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.89%

R = 42.76%
G = 16.36%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B746AF (or 0xB746AF) is known color: Fuchsia. HEX triplet: B7, 46 and AF. RGB value is (183,70,175). Sum of RGB (Red+Green+Blue) = 183+70+175=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B746AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B746AF is #48B950. Grayscale: #737373. Windows color (decimal): -4766033 or 11486903. OLE color: 11486903.

HSL color Cylindrical-coordinate representation of color #B746AF: hue angle of 304.25º 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 #B746AF is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 70 175 -
CMYK 0 0.62 0.04 0.28
HSL 304.25º 0.45% 0.5% -
HSV(B) 304.25º 0.62% 0.72% -
XYZ 29.46 17.54 42.39 -
YUV 115.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 183 70 175 0 0.62 0.04 0.28 304.25 0.45 0.5
Hex B7 46 AF 0 3E 4 1C 130 2D 32
Octal 267 106 257 0 76 4 34 460 55 62
Binary 10110111 1000110 10101111 0 111110 100 11100 100110000 101101 110010

Color Harmonies of #B746AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746AF

Black with #B746AF

Text Example


Text Example

White with #B746AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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