Html Css Color HEX #B367BA Fuchsia

📋 copy color: '#B367BA'

red 179 ◦ green 103 ◦ blue 186

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

Shades of Fuchsia #B367BA

Tints of Fuchsia #B367BA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.01%

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

R = 38.25%
G = 22.01%
B = 39.74%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B367BA (or 0xB367BA) is known color: Fuchsia. HEX triplet: B3, 67 and BA. RGB value is (179,103,186). Sum of RGB (Red+Green+Blue) = 179+103+186=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #B367BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367BA is #4C9845. Grayscale: #868686. Windows color (decimal): -5019718 or 12216243. OLE color: 12216243.

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

Color convert

RGB 179 103 186 -
CMYK 0.04 0.45 0 0.27
HSL 294.94º 0.38% 0.57% -
HSV(B) 294.94º 0.45% 0.73% -
XYZ 32.3 22.83 49.16 -
YUV 135.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 179 103 186 0.04 0.45 0 0.27 294.94 0.38 0.57
Hex B3 67 BA 4 2D 0 1B 127 26 39
Octal 263 147 272 4 55 0 33 447 46 71
Binary 10110011 1100111 10111010 100 101101 0 11011 100100111 100110 111001

Color Harmonies of #B367BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B367BA

Black with #B367BA

Text Example


Text Example

White with #B367BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B367BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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