Html Css Color HEX #B731BE Fuchsia

📋 copy color: '#B731BE'

red 183 ◦ green 49 ◦ blue 190

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

Shades of Fuchsia #B731BE

Tints of Fuchsia #B731BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 43.36%
G = 11.61%
B = 45.02%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B731BE (or 0xB731BE) is known color: Fuchsia. HEX triplet: B7, 31 and BE. RGB value is (183,49,190). Sum of RGB (Red+Green+Blue) = 183+49+190=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #B731BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731BE is #48CE41. Grayscale: #686868. Windows color (decimal): -4771394 or 12464567. OLE color: 12464567.

HSL color Cylindrical-coordinate representation of color #B731BE: hue angle of 297.02º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B731BE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 49 190 -
CMYK 0.04 0.74 0 0.25
HSL 297.02º 0.59% 0.47% -
HSV(B) 297.02º 0.74% 0.75% -
XYZ 29.92 15.98 50.22 -
YUV 105.14 175.89 183.54 -
System Red Green Blue C M Y K H S L
Decimal 183 49 190 0.04 0.74 0 0.25 297.02 0.59 0.47
Hex B7 31 BE 4 4A 0 19 129 3B 2F
Octal 267 61 276 4 112 0 31 451 73 57
Binary 10110111 110001 10111110 100 1001010 0 11001 100101001 111011 101111

Color Harmonies of #B731BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731BE

Black with #B731BE

Text Example


Text Example

White with #B731BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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