Html Css Color HEX #B365BC Fuchsia

📋 copy color: '#B365BC'

red 179 ◦ green 101 ◦ blue 188

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

Shades of Fuchsia #B365BC

Tints of Fuchsia #B365BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 38.25%
G = 21.58%
B = 40.17%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B365BC (or 0xB365BC) is known color: Fuchsia. HEX triplet: B3, 65 and BC. RGB value is (179,101,188). Sum of RGB (Red+Green+Blue) = 179+101+188=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #B365BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365BC is #4C9A43. Grayscale: #858585. Windows color (decimal): -5020228 or 12346803. OLE color: 12346803.

HSL color Cylindrical-coordinate representation of color #B365BC: hue angle of 293.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B365BC is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 101 188 -
CMYK 0.05 0.46 0 0.26
HSL 293.79º 0.39% 0.57% -
HSV(B) 293.79º 0.46% 0.74% -
XYZ 32.32 22.52 50.22 -
YUV 134.24 158.34 159.93 -
System Red Green Blue C M Y K H S L
Decimal 179 101 188 0.05 0.46 0 0.26 293.79 0.39 0.57
Hex B3 65 BC 5 2E 0 1A 126 27 39
Octal 263 145 274 5 56 0 32 446 47 71
Binary 10110011 1100101 10111100 101 101110 0 11010 100100110 100111 111001

Color Harmonies of #B365BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365BC

Black with #B365BC

Text Example


Text Example

White with #B365BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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