Html Css Color HEX #B753C0 Fuchsia

📋 copy color: '#B753C0'

red 183 ◦ green 83 ◦ blue 192

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

Shades of Fuchsia #B753C0

Tints of Fuchsia #B753C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.92%

R = 39.96%
G = 18.12%
B = 41.92%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B753C0 (or 0xB753C0) is known color: Fuchsia. HEX triplet: B7, 53 and C0. RGB value is (183,83,192). Sum of RGB (Red+Green+Blue) = 183+83+192=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #B753C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B753C0 is #48AC3F. Grayscale: #7C7C7C. Windows color (decimal): -4762688 or 12604343. OLE color: 12604343.

HSL color Cylindrical-coordinate representation of color #B753C0: hue angle of 295.05º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B753C0 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 83 192 -
CMYK 0.05 0.57 0 0.25
HSL 295.05º 0.46% 0.54% -
HSV(B) 295.05º 0.57% 0.75% -
XYZ 32.14 20.06 52.05 -
YUV 125.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 183 83 192 0.05 0.57 0 0.25 295.05 0.46 0.54
Hex B7 53 C0 5 39 0 19 127 2E 36
Octal 267 123 300 5 71 0 31 447 56 66
Binary 10110111 1010011 11000000 101 111001 0 11001 100100111 101110 110110

Color Harmonies of #B753C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B753C0

Black with #B753C0

Text Example


Text Example

White with #B753C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B753C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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