Html Css Color HEX #B165FA Medium Purple

📋 copy color: '#B165FA'

red 177 ◦ green 101 ◦ blue 250

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

Shades of Medium Purple #B165FA

Tints of Medium Purple #B165FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.35%

R = 33.52%
G = 19.13%
B = 47.35%

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

#B165FA (or 0xB165FA) is known color: Medium Purple. HEX triplet: B1, 65 and FA. RGB value is (177,101,250). Sum of RGB (Red+Green+Blue) = 177+101+250=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #B165FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B165FA is #4E9A05. Grayscale: #8C8C8C. Windows color (decimal): -5151238 or 16410033. OLE color: 16410033.

HSL color Cylindrical-coordinate representation of color #B165FA: hue angle of 270.6º degrees, saturation: 0.94, 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 #B165FA is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 101 250 -
CMYK 0.29 0.60 0 0.02
HSL 270.6º 0.94% 0.69% -
HSV(B) 270.6º 0.6% 0.98% -
XYZ 40.04 25.56 93.27 -
YUV 140.71 189.68 153.88 -
System Red Green Blue C M Y K H S L
Decimal 177 101 250 0.29 0.60 0 0.02 270.6 0.94 0.69
Hex B1 65 FA 1D 3C 0 2 10F 5E 45
Octal 261 145 372 35 74 0 2 417 136 105
Binary 10110001 1100101 11111010 11101 111100 0 10 100001111 1011110 1000101

Color Harmonies of #B165FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165FA

Black with #B165FA

Text Example


Text Example

White with #B165FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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