Html Css Color HEX #B165F9 Medium Purple

📋 copy color: '#B165F9'

red 177 ◦ green 101 ◦ blue 249

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

Shades of Medium Purple #B165F9

Tints of Medium Purple #B165F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 33.59%
G = 19.17%
B = 47.25%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B165F9 (or 0xB165F9) is known color: Medium Purple. HEX triplet: B1, 65 and F9. RGB value is (177,101,249). Sum of RGB (Red+Green+Blue) = 177+101+249=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #B165F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B165F9 is #4E9A06. Grayscale: #8C8C8C. Windows color (decimal): -5151239 or 16344497. OLE color: 16344497.

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

Color convert

RGB 177 101 249 -
CMYK 0.29 0.59 0 0.02
HSL 270.81º 0.93% 0.69% -
HSV(B) 270.81º 0.59% 0.98% -
XYZ 39.88 25.49 92.44 -
YUV 140.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 177 101 249 0.29 0.59 0 0.02 270.81 0.93 0.69
Hex B1 65 F9 1D 3B 0 2 10F 5C 45
Octal 261 145 371 35 73 0 2 417 134 105
Binary 10110001 1100101 11111001 11101 111011 0 10 100001111 1011100 1000101

Color Harmonies of #B165F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165F9

Black with #B165F9

Text Example


Text Example

White with #B165F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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