Html Css Color HEX #B565B3 Fuchsia

📋 copy color: '#B565B3'

red 181 ◦ green 101 ◦ blue 179

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

Shades of Fuchsia #B565B3

Tints of Fuchsia #B565B3

RGB

 RED value IS 181 (71.09% from 255) = 39.26%

 GREEN value IS 101 (39.84% from 255) = 21.91%

 BLUE value IS 179 (70.31% from 255) = 38.83%

R = 39.26%
G = 21.91%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B565B3 (or 0xB565B3) is known color: Fuchsia. HEX triplet: B5, 65 and B3. RGB value is (181,101,179). Sum of RGB (Red+Green+Blue) = 181+101+179=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B565B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B565B3 is #4A9A4C. Grayscale: #858585. Windows color (decimal): -4889165 or 11756981. OLE color: 11756981.

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

Color convert

RGB 181 101 179 -
CMYK 0 0.44 0.01 0.29
HSL 301.5º 0.35% 0.55% -
HSV(B) 301.5º 0.44% 0.71% -
XYZ 31.85 22.39 45.29 -
YUV 133.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 181 101 179 0 0.44 0.01 0.29 301.5 0.35 0.55
Hex B5 65 B3 0 2C 1 1D 12E 23 37
Octal 265 145 263 0 54 1 35 456 43 67
Binary 10110101 1100101 10110011 0 101100 1 11101 100101110 100011 110111

Color Harmonies of #B565B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B565B3

Black with #B565B3

Text Example


Text Example

White with #B565B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B565B3; }

 p { color: rgb(181,101,179); }

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

background-color css

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

 a { background-color: rgb(181,101,179); }

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

border-color css

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

 span { border-color: rgb(181,101,179); }

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