Html Css Color HEX #B165BE Fuchsia

📋 copy color: '#B165BE'

red 177 ◦ green 101 ◦ blue 190

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

Shades of Fuchsia #B165BE

Tints of Fuchsia #B165BE

RGB

 RED value IS 177 (69.53% from 255) = 37.82%

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

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

R = 37.82%
G = 21.58%
B = 40.6%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B165BE (or 0xB165BE) is known color: Fuchsia. HEX triplet: B1, 65 and BE. RGB value is (177,101,190). Sum of RGB (Red+Green+Blue) = 177+101+190=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #B165BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165BE is #4E9A41. Grayscale: #858585. Windows color (decimal): -5151298 or 12477873. OLE color: 12477873.

HSL color Cylindrical-coordinate representation of color #B165BE: hue angle of 291.24º 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 #B165BE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 101 190 -
CMYK 0.07 0.47 0 0.25
HSL 291.24º 0.41% 0.57% -
HSV(B) 291.24º 0.47% 0.75% -
XYZ 32.08 22.37 51.34 -
YUV 133.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 177 101 190 0.07 0.47 0 0.25 291.24 0.41 0.57
Hex B1 65 BE 7 2F 0 19 123 29 39
Octal 261 145 276 7 57 0 31 443 51 71
Binary 10110001 1100101 10111110 111 101111 0 11001 100100011 101001 111001

Color Harmonies of #B165BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165BE

Black with #B165BE

Text Example


Text Example

White with #B165BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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