Html Css Color HEX #B364BA Fuchsia

📋 copy color: '#B364BA'

red 179 ◦ green 100 ◦ blue 186

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

Shades of Fuchsia #B364BA

Tints of Fuchsia #B364BA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.51%

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

R = 38.49%
G = 21.51%
B = 40%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B364BA (or 0xB364BA) is known color: Fuchsia. HEX triplet: B3, 64 and BA. RGB value is (179,100,186). Sum of RGB (Red+Green+Blue) = 179+100+186=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #B364BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364BA is #4C9B45. Grayscale: #858585. Windows color (decimal): -5020486 or 12215475. OLE color: 12215475.

HSL color Cylindrical-coordinate representation of color #B364BA: hue angle of 295.12º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B364BA is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 100 186 -
CMYK 0.04 0.46 0 0.27
HSL 295.12º 0.38% 0.56% -
HSV(B) 295.12º 0.46% 0.73% -
XYZ 32.01 22.24 49.06 -
YUV 133.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 179 100 186 0.04 0.46 0 0.27 295.12 0.38 0.56
Hex B3 64 BA 4 2E 0 1B 127 26 38
Octal 263 144 272 4 56 0 33 447 46 70
Binary 10110011 1100100 10111010 100 101110 0 11011 100100111 100110 111000

Color Harmonies of #B364BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B364BA

Black with #B364BA

Text Example


Text Example

White with #B364BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B364BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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