Html Css Color HEX #B653BE Fuchsia

📋 copy color: '#B653BE'

red 182 ◦ green 83 ◦ blue 190

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

Shades of Fuchsia #B653BE

Tints of Fuchsia #B653BE

RGB

 RED value IS 182 (71.48% from 255) = 40%

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

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 40%
G = 18.24%
B = 41.76%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B653BE (or 0xB653BE) is known color: Fuchsia. HEX triplet: B6, 53 and BE. RGB value is (182,83,190). Sum of RGB (Red+Green+Blue) = 182+83+190=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #B653BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B653BE is #49AC41. Grayscale: #7C7C7C. Windows color (decimal): -4828226 or 12473270. OLE color: 12473270.

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

Color convert

RGB 182 83 190 -
CMYK 0.04 0.56 0 0.25
HSL 295.51º 0.45% 0.54% -
HSV(B) 295.51º 0.56% 0.75% -
XYZ 31.68 19.85 50.88 -
YUV 124.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 182 83 190 0.04 0.56 0 0.25 295.51 0.45 0.54
Hex B6 53 BE 4 38 0 19 128 2D 36
Octal 266 123 276 4 70 0 31 450 55 66
Binary 10110110 1010011 10111110 100 111000 0 11001 100101000 101101 110110

Color Harmonies of #B653BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B653BE

Black with #B653BE

Text Example


Text Example

White with #B653BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B653BE; }

 p { color: rgb(182,83,190); }

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

background-color css

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

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

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

border-color css

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

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

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