Html Css Color HEX #B165FB Medium Purple

📋 copy color: '#B165FB'

red 177 ◦ green 101 ◦ blue 251

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

Shades of Medium Purple #B165FB

Tints of Medium Purple #B165FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 33.46%
G = 19.09%
B = 47.45%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B165FB (or 0xB165FB) is known color: Medium Purple. HEX triplet: B1, 65 and FB. RGB value is (177,101,251). Sum of RGB (Red+Green+Blue) = 177+101+251=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #B165FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B165FB is #4E9A04. Grayscale: #8C8C8C. Windows color (decimal): -5151237 or 16475569. OLE color: 16475569.

HSL color Cylindrical-coordinate representation of color #B165FB: hue angle of 270.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B165FB is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 101 251 -
CMYK 0.29 0.60 0 0.02
HSL 270.4º 0.95% 0.69% -
HSV(B) 270.4º 0.6% 0.98% -
XYZ 40.2 25.62 94.09 -
YUV 140.82 190.18 153.8 -
System Red Green Blue C M Y K H S L
Decimal 177 101 251 0.29 0.60 0 0.02 270.4 0.95 0.69
Hex B1 65 FB 1D 3C 0 2 10E 5F 45
Octal 261 145 373 35 74 0 2 416 137 105
Binary 10110001 1100101 11111011 11101 111100 0 10 100001110 1011111 1000101

Color Harmonies of #B165FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165FB

Black with #B165FB

Text Example


Text Example

White with #B165FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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