Html Css Color HEX #B755B2 Fuchsia

📋 copy color: '#B755B2'

red 183 ◦ green 85 ◦ blue 178

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

Shades of Fuchsia #B755B2

Tints of Fuchsia #B755B2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.06%

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

R = 41.03%
G = 19.06%
B = 39.91%

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

#B755B2 (or 0xB755B2) is known color: Fuchsia. HEX triplet: B7, 55 and B2. RGB value is (183,85,178). Sum of RGB (Red+Green+Blue) = 183+85+178=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B755B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B755B2 is #48AA4D. Grayscale: #7C7C7C. Windows color (decimal): -4762190 or 11687351. OLE color: 11687351.

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

Color convert

RGB 183 85 178 -
CMYK 0 0.54 0.03 0.28
HSL 303.06º 0.4% 0.53% -
HSV(B) 303.06º 0.54% 0.72% -
XYZ 30.81 19.78 44.31 -
YUV 124.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 183 85 178 0 0.54 0.03 0.28 303.06 0.4 0.53
Hex B7 55 B2 0 36 3 1C 12F 28 35
Octal 267 125 262 0 66 3 34 457 50 65
Binary 10110111 1010101 10110010 0 110110 11 11100 100101111 101000 110101

Color Harmonies of #B755B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B755B2

Black with #B755B2

Text Example


Text Example

White with #B755B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B755B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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