Html Css Color HEX #B653B5 Fuchsia

📋 copy color: '#B653B5'

red 182 ◦ green 83 ◦ blue 181

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

Shades of Fuchsia #B653B5

Tints of Fuchsia #B653B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.58%

R = 40.81%
G = 18.61%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B653B5 (or 0xB653B5) is known color: Fuchsia. HEX triplet: B6, 53 and B5. RGB value is (182,83,181). Sum of RGB (Red+Green+Blue) = 182+83+181=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B653B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B653B5 is #49AC4A. Grayscale: #7B7B7B. Windows color (decimal): -4828235 or 11883446. OLE color: 11883446.

HSL color Cylindrical-coordinate representation of color #B653B5: hue angle of 300.61º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B653B5 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 83 181 -
CMYK 0 0.54 0.01 0.29
HSL 300.61º 0.4% 0.52% -
HSV(B) 300.61º 0.54% 0.71% -
XYZ 30.73 19.47 45.85 -
YUV 123.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 182 83 181 0 0.54 0.01 0.29 300.61 0.4 0.52
Hex B6 53 B5 0 36 1 1D 12D 28 34
Octal 266 123 265 0 66 1 35 455 50 64
Binary 10110110 1010011 10110101 0 110110 1 11101 100101101 101000 110100

Color Harmonies of #B653B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B653B5

Black with #B653B5

Text Example


Text Example

White with #B653B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B653B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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