Html Css Color HEX #B731B4 Fuchsia

📋 copy color: '#B731B4'

red 183 ◦ green 49 ◦ blue 180

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

Shades of Fuchsia #B731B4

Tints of Fuchsia #B731B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.69%

R = 44.42%
G = 11.89%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B731B4 (or 0xB731B4) is known color: Fuchsia. HEX triplet: B7, 31 and B4. RGB value is (183,49,180). Sum of RGB (Red+Green+Blue) = 183+49+180=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B731B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731B4 is #48CE4B. Grayscale: #676767. Windows color (decimal): -4771404 or 11809207. OLE color: 11809207.

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

Color convert

RGB 183 49 180 -
CMYK 0 0.73 0.02 0.28
HSL 301.34º 0.58% 0.45% -
HSV(B) 301.34º 0.73% 0.72% -
XYZ 28.86 15.56 44.66 -
YUV 104 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 183 49 180 0 0.73 0.02 0.28 301.34 0.58 0.45
Hex B7 31 B4 0 49 2 1C 12D 3A 2D
Octal 267 61 264 0 111 2 34 455 72 55
Binary 10110111 110001 10110100 0 1001001 10 11100 100101101 111010 101101

Color Harmonies of #B731B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731B4

Black with #B731B4

Text Example


Text Example

White with #B731B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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