Html Css Color HEX #B731BA Fuchsia

📋 copy color: '#B731BA'

red 183 ◦ green 49 ◦ blue 186

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

Shades of Fuchsia #B731BA

Tints of Fuchsia #B731BA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.72%

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 43.78%
G = 11.72%
B = 44.5%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B731BA (or 0xB731BA) is known color: Fuchsia. HEX triplet: B7, 31 and BA. RGB value is (183,49,186). Sum of RGB (Red+Green+Blue) = 183+49+186=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #B731BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731BA is #48CE45. Grayscale: #686868. Windows color (decimal): -4771398 or 12202423. OLE color: 12202423.

HSL color Cylindrical-coordinate representation of color #B731BA: hue angle of 298.69º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B731BA is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 49 186 -
CMYK 0.02 0.74 0 0.27
HSL 298.69º 0.58% 0.46% -
HSV(B) 298.69º 0.74% 0.73% -
XYZ 29.49 15.81 47.95 -
YUV 104.68 173.89 183.86 -
System Red Green Blue C M Y K H S L
Decimal 183 49 186 0.02 0.74 0 0.27 298.69 0.58 0.46
Hex B7 31 BA 2 4A 0 1B 12B 3A 2E
Octal 267 61 272 2 112 0 33 453 72 56
Binary 10110111 110001 10111010 10 1001010 0 11011 100101011 111010 101110

Color Harmonies of #B731BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731BA

Black with #B731BA

Text Example


Text Example

White with #B731BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731BA; }

 p { color: rgb(183,49,186); }

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

background-color css

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

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

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

border-color css

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

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

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