Html Css Color HEX #B165FC Medium Purple

📋 copy color: '#B165FC'

red 177 ◦ green 101 ◦ blue 252

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

Shades of Medium Purple #B165FC

Tints of Medium Purple #B165FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 33.4%
G = 19.06%
B = 47.55%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B165FC (or 0xB165FC) is known color: Medium Purple. HEX triplet: B1, 65 and FC. RGB value is (177,101,252). Sum of RGB (Red+Green+Blue) = 177+101+252=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #B165FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B165FC is #4E9A03. Grayscale: #8C8C8C. Windows color (decimal): -5151236 or 16541105. OLE color: 16541105.

HSL color Cylindrical-coordinate representation of color #B165FC: hue angle of 270.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B165FC is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 101 252 -
CMYK 0.30 0.60 0 0.01
HSL 270.2º 0.96% 0.69% -
HSV(B) 270.2º 0.6% 0.99% -
XYZ 40.36 25.68 94.93 -
YUV 140.94 190.68 153.72 -
System Red Green Blue C M Y K H S L
Decimal 177 101 252 0.30 0.60 0 0.01 270.2 0.96 0.69
Hex B1 65 FC 1E 3C 0 1 10E 60 45
Octal 261 145 374 36 74 0 1 416 140 105
Binary 10110001 1100101 11111100 11110 111100 0 1 100001110 1100000 1000101

Color Harmonies of #B165FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165FC

Black with #B165FC

Text Example


Text Example

White with #B165FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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