Html Css Color HEX #B757B2 Fuchsia

📋 copy color: '#B757B2'

red 183 ◦ green 87 ◦ blue 178

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

Shades of Fuchsia #B757B2

Tints of Fuchsia #B757B2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.42%

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

R = 40.85%
G = 19.42%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B757B2 (or 0xB757B2) is known color: Fuchsia. HEX triplet: B7, 57 and B2. RGB value is (183,87,178). Sum of RGB (Red+Green+Blue) = 183+87+178=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B757B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B757B2 is #48A84D. Grayscale: #7D7D7D. Windows color (decimal): -4761678 or 11687863. OLE color: 11687863.

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

Color convert

RGB 183 87 178 -
CMYK 0 0.52 0.03 0.28
HSL 303.13º 0.4% 0.53% -
HSV(B) 303.13º 0.52% 0.72% -
XYZ 30.97 20.1 44.37 -
YUV 126.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 183 87 178 0 0.52 0.03 0.28 303.13 0.4 0.53
Hex B7 57 B2 0 34 3 1C 12F 28 35
Octal 267 127 262 0 64 3 34 457 50 65
Binary 10110111 1010111 10110010 0 110100 11 11100 100101111 101000 110101

Color Harmonies of #B757B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B757B2

Black with #B757B2

Text Example


Text Example

White with #B757B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B757B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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