Html Css Color HEX #B171CA Medium Orchid

📋 copy color: '#B171CA'

red 177 ◦ green 113 ◦ blue 202

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

Shades of Medium Orchid #B171CA

Tints of Medium Orchid #B171CA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.97%

 BLUE value IS 202 (79.3% from 255) = 41.06%

R = 35.98%
G = 22.97%
B = 41.06%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B171CA (or 0xB171CA) is known color: Medium Orchid. HEX triplet: B1, 71 and CA. RGB value is (177,113,202). Sum of RGB (Red+Green+Blue) = 177+113+202=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #B171CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171CA is #4E8E35. Grayscale: #8D8D8D. Windows color (decimal): -5148214 or 13267377. OLE color: 13267377.

HSL color Cylindrical-coordinate representation of color #B171CA: hue angle of 283.15º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B171CA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 113 202 -
CMYK 0.12 0.44 0 0.21
HSL 283.15º 0.46% 0.62% -
HSV(B) 283.15º 0.44% 0.79% -
XYZ 34.7 25.42 58.96 -
YUV 142.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 177 113 202 0.12 0.44 0 0.21 283.15 0.46 0.62
Hex B1 71 CA C 2C 0 15 11B 2E 3E
Octal 261 161 312 14 54 0 25 433 56 76
Binary 10110001 1110001 11001010 1100 101100 0 10101 100011011 101110 111110

Color Harmonies of #B171CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171CA

Black with #B171CA

Text Example


Text Example

White with #B171CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171CA; }

 p { color: rgb(177,113,202); }

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

background-color css

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

 a { background-color: rgb(177,113,202); }

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

border-color css

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

 span { border-color: rgb(177,113,202); }

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