Html Css Color HEX #B754B2 Fuchsia

📋 copy color: '#B754B2'

red 183 ◦ green 84 ◦ blue 178

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

Shades of Fuchsia #B754B2

Tints of Fuchsia #B754B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40%

R = 41.12%
G = 18.88%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B754B2 (or 0xB754B2) is known color: Fuchsia. HEX triplet: B7, 54 and B2. RGB value is (183,84,178). Sum of RGB (Red+Green+Blue) = 183+84+178=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B754B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B754B2 is #48AB4D. Grayscale: #7C7C7C. Windows color (decimal): -4762446 or 11687095. OLE color: 11687095.

HSL color Cylindrical-coordinate representation of color #B754B2: hue angle of 303.03º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B754B2 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 84 178 -
CMYK 0 0.54 0.03 0.28
HSL 303.03º 0.41% 0.52% -
HSV(B) 303.03º 0.54% 0.72% -
XYZ 30.73 19.62 44.29 -
YUV 124.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 183 84 178 0 0.54 0.03 0.28 303.03 0.41 0.52
Hex B7 54 B2 0 36 3 1C 12F 29 34
Octal 267 124 262 0 66 3 34 457 51 64
Binary 10110111 1010100 10110010 0 110110 11 11100 100101111 101001 110100

Color Harmonies of #B754B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754B2

Black with #B754B2

Text Example


Text Example

White with #B754B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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