Html Css Color HEX #B655BD Fuchsia

📋 copy color: '#B655BD'

red 182 ◦ green 85 ◦ blue 189

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

Shades of Fuchsia #B655BD

Tints of Fuchsia #B655BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.45%

R = 39.91%
G = 18.64%
B = 41.45%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B655BD (or 0xB655BD) is known color: Fuchsia. HEX triplet: B6, 55 and BD. RGB value is (182,85,189). Sum of RGB (Red+Green+Blue) = 182+85+189=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #B655BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655BD is #49AA42. Grayscale: #7D7D7D. Windows color (decimal): -4827715 or 12408246. OLE color: 12408246.

HSL color Cylindrical-coordinate representation of color #B655BD: hue angle of 295.96º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B655BD is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 85 189 -
CMYK 0.04 0.55 0 0.26
HSL 295.96º 0.44% 0.54% -
HSV(B) 295.96º 0.55% 0.74% -
XYZ 31.73 20.12 50.35 -
YUV 125.86 163.64 168.04 -
System Red Green Blue C M Y K H S L
Decimal 182 85 189 0.04 0.55 0 0.26 295.96 0.44 0.54
Hex B6 55 BD 4 37 0 1A 128 2C 36
Octal 266 125 275 4 67 0 32 450 54 66
Binary 10110110 1010101 10111101 100 110111 0 11010 100101000 101100 110110

Color Harmonies of #B655BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B655BD

Black with #B655BD

Text Example


Text Example

White with #B655BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B655BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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