Html Css Color HEX #B755BD Fuchsia

📋 copy color: '#B755BD'

red 183 ◦ green 85 ◦ blue 189

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

Shades of Fuchsia #B755BD

Tints of Fuchsia #B755BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 40.04%
G = 18.6%
B = 41.36%

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

#B755BD (or 0xB755BD) is known color: Fuchsia. HEX triplet: B7, 55 and BD. RGB value is (183,85,189). Sum of RGB (Red+Green+Blue) = 183+85+189=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #B755BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755BD is #48AA42. Grayscale: #7D7D7D. Windows color (decimal): -4762179 or 12408247. OLE color: 12408247.

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

Color convert

RGB 183 85 189 -
CMYK 0.03 0.55 0 0.26
HSL 296.54º 0.44% 0.54% -
HSV(B) 296.54º 0.55% 0.74% -
XYZ 31.96 20.24 50.37 -
YUV 126.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 183 85 189 0.03 0.55 0 0.26 296.54 0.44 0.54
Hex B7 55 BD 3 37 0 1A 129 2C 36
Octal 267 125 275 3 67 0 32 451 54 66
Binary 10110111 1010101 10111101 11 110111 0 11010 100101001 101100 110110

Color Harmonies of #B755BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B755BD

Black with #B755BD

Text Example


Text Example

White with #B755BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B755BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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