Html Css Color HEX #B653BC Fuchsia

📋 copy color: '#B653BC'

red 182 ◦ green 83 ◦ blue 188

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

Shades of Fuchsia #B653BC

Tints of Fuchsia #B653BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 40.18%
G = 18.32%
B = 41.5%

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

#B653BC (or 0xB653BC) is known color: Fuchsia. HEX triplet: B6, 53 and BC. RGB value is (182,83,188). Sum of RGB (Red+Green+Blue) = 182+83+188=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #B653BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B653BC is #49AC43. Grayscale: #7C7C7C. Windows color (decimal): -4828228 or 12342198. OLE color: 12342198.

HSL color Cylindrical-coordinate representation of color #B653BC: hue angle of 296.57º degrees, saturation: 0.44, 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 #B653BC is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 83 188 -
CMYK 0.03 0.56 0 0.26
HSL 296.57º 0.44% 0.53% -
HSV(B) 296.57º 0.56% 0.74% -
XYZ 31.46 19.76 49.73 -
YUV 124.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 182 83 188 0.03 0.56 0 0.26 296.57 0.44 0.53
Hex B6 53 BC 3 38 0 1A 129 2C 35
Octal 266 123 274 3 70 0 32 451 54 65
Binary 10110110 1010011 10111100 11 111000 0 11010 100101001 101100 110101

Color Harmonies of #B653BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B653BC

Black with #B653BC

Text Example


Text Example

White with #B653BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B653BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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