Html Css Color HEX #B753B7 Fuchsia

📋 copy color: '#B753B7'

red 183 ◦ green 83 ◦ blue 183

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

Shades of Fuchsia #B753B7

Tints of Fuchsia #B753B7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.49%

 BLUE value IS 183 (71.88% from 255) = 40.76%

R = 40.76%
G = 18.49%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B753B7 (or 0xB753B7) is known color: Fuchsia. HEX triplet: B7, 53 and B7. RGB value is (183,83,183). Sum of RGB (Red+Green+Blue) = 183+83+183=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B753B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B753B7 is #48AC48. Grayscale: #7C7C7C. Windows color (decimal): -4762697 or 12014519. OLE color: 12014519.

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

Color convert

RGB 183 83 183 -
CMYK 0 0.55 0 0.28
HSL 300º 0.41% 0.52% -
HSV(B) 300º 0.55% 0.72% -
XYZ 31.17 19.67 46.95 -
YUV 124.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 183 83 183 0 0.55 0 0.28 300 0.41 0.52
Hex B7 53 B7 0 37 0 1C 12C 29 34
Octal 267 123 267 0 67 0 34 454 51 64
Binary 10110111 1010011 10110111 0 110111 0 11100 100101100 101001 110100

Color Harmonies of #B753B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B753B7

Black with #B753B7

Text Example


Text Example

White with #B753B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B753B7; }

 p { color: rgb(183,83,183); }

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

background-color css

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

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

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

border-color css

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

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

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