Html Css Color HEX #B253C0 Fuchsia

📋 copy color: '#B253C0'

red 178 ◦ green 83 ◦ blue 192

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

Shades of Fuchsia #B253C0

Tints of Fuchsia #B253C0

RGB

 RED value IS 178 (69.92% from 255) = 39.29%

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

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

R = 39.29%
G = 18.32%
B = 42.38%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B253C0 (or 0xB253C0) is known color: Fuchsia. HEX triplet: B2, 53 and C0. RGB value is (178,83,192). Sum of RGB (Red+Green+Blue) = 178+83+192=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #B253C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253C0 is #4DAC3F. Grayscale: #7B7B7B. Windows color (decimal): -5090368 or 12604338. OLE color: 12604338.

HSL color Cylindrical-coordinate representation of color #B253C0: hue angle of 292.29º 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 #B253C0 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 83 192 -
CMYK 0.07 0.57 0 0.25
HSL 292.29º 0.46% 0.54% -
HSV(B) 292.29º 0.57% 0.75% -
XYZ 30.97 19.46 51.99 -
YUV 123.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 178 83 192 0.07 0.57 0 0.25 292.29 0.46 0.54
Hex B2 53 C0 7 39 0 19 124 2E 36
Octal 262 123 300 7 71 0 31 444 56 66
Binary 10110010 1010011 11000000 111 111001 0 11001 100100100 101110 110110

Color Harmonies of #B253C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253C0

Black with #B253C0

Text Example


Text Example

White with #B253C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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