Html Css Color HEX #B365B7 Fuchsia

📋 copy color: '#B365B7'

red 179 ◦ green 101 ◦ blue 183

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

Shades of Fuchsia #B365B7

Tints of Fuchsia #B365B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.52%

R = 38.66%
G = 21.81%
B = 39.52%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B365B7 (or 0xB365B7) is known color: Fuchsia. HEX triplet: B3, 65 and B7. RGB value is (179,101,183). Sum of RGB (Red+Green+Blue) = 179+101+183=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 183 - color contains mainly: blue. Hex color #B365B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365B7 is #4C9A48. Grayscale: #858585. Windows color (decimal): -5020233 or 12019123. OLE color: 12019123.

HSL color Cylindrical-coordinate representation of color #B365B7: hue angle of 297.07º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B365B7 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 101 183 -
CMYK 0.02 0.45 0 0.28
HSL 297.07º 0.36% 0.56% -
HSV(B) 297.07º 0.45% 0.72% -
XYZ 31.79 22.31 47.43 -
YUV 133.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 179 101 183 0.02 0.45 0 0.28 297.07 0.36 0.56
Hex B3 65 B7 2 2D 0 1C 129 24 38
Octal 263 145 267 2 55 0 34 451 44 70
Binary 10110011 1100101 10110111 10 101101 0 11100 100101001 100100 111000

Color Harmonies of #B365B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365B7

Black with #B365B7

Text Example


Text Example

White with #B365B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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