Html Css Color HEX #B170FE Medium Purple

📋 copy color: '#B170FE'

red 177 ◦ green 112 ◦ blue 254

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

Shades of Medium Purple #B170FE

Tints of Medium Purple #B170FE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.63%

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

R = 32.6%
G = 20.63%
B = 46.78%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B170FE (or 0xB170FE) is known color: Medium Purple. HEX triplet: B1, 70 and FE. RGB value is (177,112,254). Sum of RGB (Red+Green+Blue) = 177+112+254=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #B170FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B170FE is #4E8F01. Grayscale: #939393. Windows color (decimal): -5148418 or 16674993. OLE color: 16674993.

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

Color convert

RGB 177 112 254 -
CMYK 0.30 0.56 0 0.00
HSL 267.46º 0.99% 0.72% -
HSV(B) 267.46º 0.56% 1% -
XYZ 41.82 28.09 96.98 -
YUV 147.62 188.03 148.95 -
System Red Green Blue C M Y K H S L
Decimal 177 112 254 0.30 0.56 0 0.00 267.46 0.99 0.72
Hex B1 70 FE 1E 38 0 0 10B 63 48
Octal 261 160 376 36 70 0 0 413 143 110
Binary 10110001 1110000 11111110 11110 111000 0 0 100001011 1100011 1001000

Color Harmonies of #B170FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170FE

Black with #B170FE

Text Example


Text Example

White with #B170FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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