Html Css Color HEX #B731B7 Fuchsia

📋 copy color: '#B731B7'

red 183 ◦ green 49 ◦ blue 183

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

Shades of Fuchsia #B731B7

Tints of Fuchsia #B731B7

RGB

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

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

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

R = 44.1%
G = 11.81%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B731B7 (or 0xB731B7) is known color: Fuchsia. HEX triplet: B7, 31 and B7. RGB value is (183,49,183). Sum of RGB (Red+Green+Blue) = 183+49+183=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B731B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731B7 is #48CE48. Grayscale: #676767. Windows color (decimal): -4771401 or 12005815. OLE color: 12005815.

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

Color convert

RGB 183 49 183 -
CMYK 0 0.73 0 0.28
HSL 300º 0.58% 0.45% -
HSV(B) 300º 0.73% 0.72% -
XYZ 29.17 15.68 46.29 -
YUV 104.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 183 49 183 0 0.73 0 0.28 300 0.58 0.45
Hex B7 31 B7 0 49 0 1C 12C 3A 2D
Octal 267 61 267 0 111 0 34 454 72 55
Binary 10110111 110001 10110111 0 1001001 0 11100 100101100 111010 101101

Color Harmonies of #B731B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731B7

Black with #B731B7

Text Example


Text Example

White with #B731B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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