Html Css Color HEX #B36FBA Fuchsia

📋 copy color: '#B36FBA'

red 179 ◦ green 111 ◦ blue 186

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

Shades of Fuchsia #B36FBA

Tints of Fuchsia #B36FBA

RGB

 RED value IS 179 (70.31% from 255) = 37.61%

 GREEN value IS 111 (43.75% from 255) = 23.32%

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 37.61%
G = 23.32%
B = 39.08%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B36FBA (or 0xB36FBA) is known color: Fuchsia. HEX triplet: B3, 6F and BA. RGB value is (179,111,186). Sum of RGB (Red+Green+Blue) = 179+111+186=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #B36FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FBA is #4C9045. Grayscale: #8B8B8B. Windows color (decimal): -5017670 or 12218291. OLE color: 12218291.

HSL color Cylindrical-coordinate representation of color #B36FBA: hue angle of 294.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36FBA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 111 186 -
CMYK 0.04 0.40 0 0.27
HSL 294.4º 0.35% 0.58% -
HSV(B) 294.4º 0.4% 0.73% -
XYZ 33.14 24.5 49.44 -
YUV 139.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 179 111 186 0.04 0.40 0 0.27 294.4 0.35 0.58
Hex B3 6F BA 4 28 0 1B 126 23 3A
Octal 263 157 272 4 50 0 33 446 43 72
Binary 10110011 1101111 10111010 100 101000 0 11011 100100110 100011 111010

Color Harmonies of #B36FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36FBA

Black with #B36FBA

Text Example


Text Example

White with #B36FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36FBA; }

 p { color: rgb(179,111,186); }

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

background-color css

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

 a { background-color: rgb(179,111,186); }

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

border-color css

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

 span { border-color: rgb(179,111,186); }

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