Html Css Color HEX #B754BE Fuchsia

📋 copy color: '#B754BE'

red 183 ◦ green 84 ◦ blue 190

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

Shades of Fuchsia #B754BE

Tints of Fuchsia #B754BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.38%

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

R = 40.04%
G = 18.38%
B = 41.58%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B754BE (or 0xB754BE) is known color: Fuchsia. HEX triplet: B7, 54 and BE. RGB value is (183,84,190). Sum of RGB (Red+Green+Blue) = 183+84+190=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #B754BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754BE is #48AB41. Grayscale: #7D7D7D. Windows color (decimal): -4762434 or 12473527. OLE color: 12473527.

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

Color convert

RGB 183 84 190 -
CMYK 0.04 0.56 0 0.25
HSL 296.04º 0.45% 0.54% -
HSV(B) 296.04º 0.56% 0.75% -
XYZ 31.99 20.13 50.91 -
YUV 125.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 183 84 190 0.04 0.56 0 0.25 296.04 0.45 0.54
Hex B7 54 BE 4 38 0 19 128 2D 36
Octal 267 124 276 4 70 0 31 450 55 66
Binary 10110111 1010100 10111110 100 111000 0 11001 100101000 101101 110110

Color Harmonies of #B754BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754BE

Black with #B754BE

Text Example


Text Example

White with #B754BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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