Html Css Color HEX #B170CC Medium Orchid

📋 copy color: '#B170CC'

red 177 ◦ green 112 ◦ blue 204

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

Shades of Medium Orchid #B170CC

Tints of Medium Orchid #B170CC

RGB

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

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

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

R = 35.9%
G = 22.72%
B = 41.38%

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

#B170CC (or 0xB170CC) is known color: Medium Orchid. HEX triplet: B1, 70 and CC. RGB value is (177,112,204). Sum of RGB (Red+Green+Blue) = 177+112+204=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #B170CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170CC is #4E8F33. Grayscale: #8D8D8D. Windows color (decimal): -5148468 or 13398193. OLE color: 13398193.

HSL color Cylindrical-coordinate representation of color #B170CC: hue angle of 282.39º 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 #B170CC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 112 204 -
CMYK 0.13 0.45 0 0.2
HSL 282.39º 0.47% 0.62% -
HSV(B) 282.39º 0.45% 0.8% -
XYZ 34.82 25.3 60.17 -
YUV 141.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 177 112 204 0.13 0.45 0 0.2 282.39 0.47 0.62
Hex B1 70 CC D 2D 0 14 11A 2F 3E
Octal 261 160 314 15 55 0 24 432 57 76
Binary 10110001 1110000 11001100 1101 101101 0 10100 100011010 101111 111110

Color Harmonies of #B170CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170CC

Black with #B170CC

Text Example


Text Example

White with #B170CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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