Html Css Color HEX #B753B2 Fuchsia

📋 copy color: '#B753B2'

red 183 ◦ green 83 ◦ blue 178

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

Shades of Fuchsia #B753B2

Tints of Fuchsia #B753B2

RGB

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

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

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

R = 41.22%
G = 18.69%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B753B2 (or 0xB753B2) is known color: Fuchsia. HEX triplet: B7, 53 and B2. RGB value is (183,83,178). Sum of RGB (Red+Green+Blue) = 183+83+178=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B753B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B753B2 is #48AC4D. Grayscale: #7B7B7B. Windows color (decimal): -4762702 or 11686839. OLE color: 11686839.

HSL color Cylindrical-coordinate representation of color #B753B2: hue angle of 303º 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 #B753B2 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 83 178 -
CMYK 0 0.55 0.03 0.28
HSL 303º 0.41% 0.52% -
HSV(B) 303º 0.55% 0.72% -
XYZ 30.66 19.47 44.26 -
YUV 123.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 183 83 178 0 0.55 0.03 0.28 303 0.41 0.52
Hex B7 53 B2 0 37 3 1C 12F 29 34
Octal 267 123 262 0 67 3 34 457 51 64
Binary 10110111 1010011 10110010 0 110111 11 11100 100101111 101001 110100

Color Harmonies of #B753B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B753B2

Black with #B753B2

Text Example


Text Example

White with #B753B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B753B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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