Html Css Color HEX #B365BA Fuchsia

📋 copy color: '#B365BA'

red 179 ◦ green 101 ◦ blue 186

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

Shades of Fuchsia #B365BA

Tints of Fuchsia #B365BA

RGB

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

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

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

R = 38.41%
G = 21.67%
B = 39.91%

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

#B365BA (or 0xB365BA) is known color: Fuchsia. HEX triplet: B3, 65 and BA. RGB value is (179,101,186). Sum of RGB (Red+Green+Blue) = 179+101+186=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #B365BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365BA is #4C9A45. Grayscale: #858585. Windows color (decimal): -5020230 or 12215731. OLE color: 12215731.

HSL color Cylindrical-coordinate representation of color #B365BA: hue angle of 295.06º 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 #B365BA is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 101 186 -
CMYK 0.04 0.46 0 0.27
HSL 295.06º 0.38% 0.56% -
HSV(B) 295.06º 0.46% 0.73% -
XYZ 32.11 22.44 49.09 -
YUV 134.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 179 101 186 0.04 0.46 0 0.27 295.06 0.38 0.56
Hex B3 65 BA 4 2E 0 1B 127 26 38
Octal 263 145 272 4 56 0 33 447 46 70
Binary 10110011 1100101 10111010 100 101110 0 11011 100100111 100110 111000

Color Harmonies of #B365BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365BA

Black with #B365BA

Text Example


Text Example

White with #B365BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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