Html Css Color HEX #B655B0 Fuchsia

📋 copy color: '#B655B0'

red 182 ◦ green 85 ◦ blue 176

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

Shades of Fuchsia #B655B0

Tints of Fuchsia #B655B0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.19%

 BLUE value IS 176 (69.14% from 255) = 39.73%

R = 41.08%
G = 19.19%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B655B0 (or 0xB655B0) is known color: Fuchsia. HEX triplet: B6, 55 and B0. RGB value is (182,85,176). Sum of RGB (Red+Green+Blue) = 182+85+176=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B655B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B655B0 is #49AA4F. Grayscale: #7C7C7C. Windows color (decimal): -4827728 or 11556278. OLE color: 11556278.

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

Color convert

RGB 182 85 176 -
CMYK 0 0.53 0.03 0.29
HSL 303.71º 0.4% 0.52% -
HSV(B) 303.71º 0.53% 0.71% -
XYZ 30.38 19.58 43.25 -
YUV 124.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 182 85 176 0 0.53 0.03 0.29 303.71 0.4 0.52
Hex B6 55 B0 0 35 3 1D 130 28 34
Octal 266 125 260 0 65 3 35 460 50 64
Binary 10110110 1010101 10110000 0 110101 11 11101 100110000 101000 110100

Color Harmonies of #B655B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655B0

Black with #B655B0

Text Example


Text Example

White with #B655B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655B0; }

 p { color: rgb(182,85,176); }

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

background-color css

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

 a { background-color: rgb(182,85,176); }

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

border-color css

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

 span { border-color: rgb(182,85,176); }

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