Html Css Color HEX #B171CC Medium Orchid

📋 copy color: '#B171CC'

red 177 ◦ green 113 ◦ blue 204

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

Shades of Medium Orchid #B171CC

Tints of Medium Orchid #B171CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 35.83%
G = 22.87%
B = 41.3%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B171CC (or 0xB171CC) is known color: Medium Orchid. HEX triplet: B1, 71 and CC. RGB value is (177,113,204). Sum of RGB (Red+Green+Blue) = 177+113+204=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #B171CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171CC is #4E8E33. Grayscale: #8E8E8E. Windows color (decimal): -5148212 or 13398449. OLE color: 13398449.

HSL color Cylindrical-coordinate representation of color #B171CC: hue angle of 282.2º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B171CC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 113 204 -
CMYK 0.13 0.45 0 0.2
HSL 282.2º 0.47% 0.62% -
HSV(B) 282.2º 0.45% 0.8% -
XYZ 34.94 25.52 60.21 -
YUV 142.51 162.7 152.6 -
System Red Green Blue C M Y K H S L
Decimal 177 113 204 0.13 0.45 0 0.2 282.2 0.47 0.62
Hex B1 71 CC D 2D 0 14 11A 2F 3E
Octal 261 161 314 15 55 0 24 432 57 76
Binary 10110001 1110001 11001100 1101 101101 0 10100 100011010 101111 111110

Color Harmonies of #B171CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171CC

Black with #B171CC

Text Example


Text Example

White with #B171CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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