Html Css Color HEX #B365BE Fuchsia

📋 copy color: '#B365BE'

red 179 ◦ green 101 ◦ blue 190

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

Shades of Fuchsia #B365BE

Tints of Fuchsia #B365BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 38.09%
G = 21.49%
B = 40.43%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B365BE (or 0xB365BE) is known color: Fuchsia. HEX triplet: B3, 65 and BE. RGB value is (179,101,190). Sum of RGB (Red+Green+Blue) = 179+101+190=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #B365BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365BE is #4C9A41. Grayscale: #868686. Windows color (decimal): -5020226 or 12477875. OLE color: 12477875.

HSL color Cylindrical-coordinate representation of color #B365BE: hue angle of 292.58º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B365BE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 101 190 -
CMYK 0.06 0.47 0 0.25
HSL 292.58º 0.41% 0.57% -
HSV(B) 292.58º 0.47% 0.75% -
XYZ 32.54 22.61 51.36 -
YUV 134.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 179 101 190 0.06 0.47 0 0.25 292.58 0.41 0.57
Hex B3 65 BE 6 2F 0 19 125 29 39
Octal 263 145 276 6 57 0 31 445 51 71
Binary 10110011 1100101 10111110 110 101111 0 11001 100100101 101001 111001

Color Harmonies of #B365BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365BE

Black with #B365BE

Text Example


Text Example

White with #B365BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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