Html Css Color HEX #B753BD Fuchsia

📋 copy color: '#B753BD'

red 183 ◦ green 83 ◦ blue 189

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

Shades of Fuchsia #B753BD

Tints of Fuchsia #B753BD

RGB

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

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

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

R = 40.22%
G = 18.24%
B = 41.54%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B753BD (or 0xB753BD) is known color: Fuchsia. HEX triplet: B7, 53 and BD. RGB value is (183,83,189). Sum of RGB (Red+Green+Blue) = 183+83+189=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #B753BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B753BD is #48AC42. Grayscale: #7C7C7C. Windows color (decimal): -4762691 or 12407735. OLE color: 12407735.

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

Color convert

RGB 183 83 189 -
CMYK 0.03 0.56 0 0.26
HSL 296.6º 0.45% 0.53% -
HSV(B) 296.6º 0.56% 0.74% -
XYZ 31.81 19.93 50.31 -
YUV 124.98 164.13 169.38 -
System Red Green Blue C M Y K H S L
Decimal 183 83 189 0.03 0.56 0 0.26 296.6 0.45 0.53
Hex B7 53 BD 3 38 0 1A 129 2D 35
Octal 267 123 275 3 70 0 32 451 55 65
Binary 10110111 1010011 10111101 11 111000 0 11010 100101001 101101 110101

Color Harmonies of #B753BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B753BD

Black with #B753BD

Text Example


Text Example

White with #B753BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B753BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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