Html Css Color HEX #B170ED Medium Purple

📋 copy color: '#B170ED'

red 177 ◦ green 112 ◦ blue 237

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

Shades of Medium Purple #B170ED

Tints of Medium Purple #B170ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 33.65%
G = 21.29%
B = 45.06%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B170ED (or 0xB170ED) is known color: Medium Purple. HEX triplet: B1, 70 and ED. RGB value is (177,112,237). Sum of RGB (Red+Green+Blue) = 177+112+237=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #B170ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B170ED is #4E8F12. Grayscale: #919191. Windows color (decimal): -5148435 or 15560881. OLE color: 15560881.

HSL color Cylindrical-coordinate representation of color #B170ED: hue angle of 271.2º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B170ED is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 112 237 -
CMYK 0.25 0.53 0 0.07
HSL 271.2º 0.78% 0.68% -
HSV(B) 271.2º 0.53% 0.93% -
XYZ 39.21 27.05 83.28 -
YUV 145.69 179.53 150.34 -
System Red Green Blue C M Y K H S L
Decimal 177 112 237 0.25 0.53 0 0.07 271.2 0.78 0.68
Hex B1 70 ED 19 35 0 7 10F 4E 44
Octal 261 160 355 31 65 0 7 417 116 104
Binary 10110001 1110000 11101101 11001 110101 0 111 100001111 1001110 1000100

Color Harmonies of #B170ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170ED

Black with #B170ED

Text Example


Text Example

White with #B170ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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