Html Css Color HEX #B170F2 Medium Purple

📋 copy color: '#B170F2'

red 177 ◦ green 112 ◦ blue 242

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

Shades of Medium Purple #B170F2

Tints of Medium Purple #B170F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.57%

R = 33.33%
G = 21.09%
B = 45.57%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B170F2 (or 0xB170F2) is known color: Medium Purple. HEX triplet: B1, 70 and F2. RGB value is (177,112,242). Sum of RGB (Red+Green+Blue) = 177+112+242=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #B170F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B170F2 is #4E8F0D. Grayscale: #919191. Windows color (decimal): -5148430 or 15888561. OLE color: 15888561.

HSL color Cylindrical-coordinate representation of color #B170F2: hue angle of 270º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B170F2 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 112 242 -
CMYK 0.27 0.54 0 0.05
HSL 270º 0.83% 0.69% -
HSV(B) 270º 0.54% 0.95% -
XYZ 39.95 27.35 87.18 -
YUV 146.26 182.03 149.93 -
System Red Green Blue C M Y K H S L
Decimal 177 112 242 0.27 0.54 0 0.05 270 0.83 0.69
Hex B1 70 F2 1B 36 0 5 10E 53 45
Octal 261 160 362 33 66 0 5 416 123 105
Binary 10110001 1110000 11110010 11011 110110 0 101 100001110 1010011 1000101

Color Harmonies of #B170F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170F2

Black with #B170F2

Text Example


Text Example

White with #B170F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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