Html Css Color HEX #B165FE Medium Purple

📋 copy color: '#B165FE'

red 177 ◦ green 101 ◦ blue 254

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

Shades of Medium Purple #B165FE

Tints of Medium Purple #B165FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.74%

R = 33.27%
G = 18.98%
B = 47.74%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B165FE (or 0xB165FE) is known color: Medium Purple. HEX triplet: B1, 65 and FE. RGB value is (177,101,254). Sum of RGB (Red+Green+Blue) = 177+101+254=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #B165FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B165FE is #4E9A01. Grayscale: #8C8C8C. Windows color (decimal): -5151234 or 16672177. OLE color: 16672177.

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

Color convert

RGB 177 101 254 -
CMYK 0.30 0.60 0 0.00
HSL 269.8º 0.99% 0.7% -
HSV(B) 269.8º 0.6% 1% -
XYZ 40.67 25.81 96.6 -
YUV 141.17 191.68 153.56 -
System Red Green Blue C M Y K H S L
Decimal 177 101 254 0.30 0.60 0 0.00 269.8 0.99 0.7
Hex B1 65 FE 1E 3C 0 0 10E 63 46
Octal 261 145 376 36 74 0 0 416 143 106
Binary 10110001 1100101 11111110 11110 111100 0 0 100001110 1100011 1000110

Color Harmonies of #B165FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165FE

Black with #B165FE

Text Example


Text Example

White with #B165FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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