Html Css Color HEX #B754BC Fuchsia

📋 copy color: '#B754BC'

red 183 ◦ green 84 ◦ blue 188

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

Shades of Fuchsia #B754BC

Tints of Fuchsia #B754BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 40.22%
G = 18.46%
B = 41.32%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B754BC (or 0xB754BC) is known color: Fuchsia. HEX triplet: B7, 54 and BC. RGB value is (183,84,188). Sum of RGB (Red+Green+Blue) = 183+84+188=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #B754BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754BC is #48AB43. Grayscale: #7D7D7D. Windows color (decimal): -4762436 or 12342455. OLE color: 12342455.

HSL color Cylindrical-coordinate representation of color #B754BC: hue angle of 297.12º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B754BC is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 84 188 -
CMYK 0.03 0.55 0 0.26
HSL 297.12º 0.44% 0.53% -
HSV(B) 297.12º 0.55% 0.74% -
XYZ 31.78 20.04 49.77 -
YUV 125.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 183 84 188 0.03 0.55 0 0.26 297.12 0.44 0.53
Hex B7 54 BC 3 37 0 1A 129 2C 35
Octal 267 124 274 3 67 0 32 451 54 65
Binary 10110111 1010100 10111100 11 110111 0 11010 100101001 101100 110101

Color Harmonies of #B754BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754BC

Black with #B754BC

Text Example


Text Example

White with #B754BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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